Html Css Color HEX #747235 Crete

📋 copy color: '#747235'

red 116 ◦ green 114 ◦ blue 53

#747235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #747235

Tints of Crete #747235

RGB

 RED value IS 116 (45.7% from 255) = 40.99%

 GREEN value IS 114 (44.92% from 255) = 40.28%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 40.99%
G = 40.28%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#747235 (or 0x747235) is known color: Crete. HEX triplet: 74, 72 and 35. RGB value is (116,114,53). Sum of RGB (Red+Green+Blue) = 116+114+53=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #747235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747235 is #8B8DCA. Grayscale: #6B6B6B. Windows color (decimal): -9145803 or 3502708. OLE color: 3502708.

HSL color Cylindrical-coordinate representation of color #747235: hue angle of 58.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747235 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 53 -
CMYK 0 0.02 0.54 0.55
HSL 58.1º 0.37% 0.33% -
HSV(B) 58.1º 0.54% 0.45% -
XYZ 13.86 16 5.73 -
YUV 107.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 116 114 53 0 0.02 0.54 0.55 58.1 0.37 0.33
Hex 74 72 35 0 2 36 37 3A 25 21
Octal 164 162 65 0 2 66 67 72 45 41
Binary 1110100 1110010 110101 0 10 110110 110111 111010 100101 100001

Color Harmonies of #747235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747235

Black with #747235

Text Example


Text Example

White with #747235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747235; }

 p { color: rgb(116,114,53); }

 H1.HeaderClassName
 {
   color: #747235;
 }
 .AnyTagClassName
 {
   color: #747235;
 }
</style>

background-color css

<style>
 a { background-color: #747235; }

 a { background-color: rgb(116,114,53); }

 div.DivClassName
 {
   background-color: #747235;
 }
 .BgClassName
 {
   background-color: #747235;
 }
</style>

border-color css

<style>
 span { border-color: #747235; }

 span { border-color: rgb(116,114,53); }

 td.TdClassName
 {
   border-color: #747235;
 }
 .TagClassName
 {
   border-color: #747235;
 }
</style>