Html Css Color HEX #747035 Crete

📋 copy color: '#747035'

red 116 ◦ green 112 ◦ blue 53

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

Shades of Crete #747035

Tints of Crete #747035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 41.28%
G = 39.86%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#747035 (or 0x747035) is known color: Crete. HEX triplet: 74, 70 and 35. RGB value is (116,112,53). Sum of RGB (Red+Green+Blue) = 116+112+53=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #747035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747035 is #8B8FCA. Grayscale: #6A6A6A. Windows color (decimal): -9146315 or 3502196. OLE color: 3502196.

HSL color Cylindrical-coordinate representation of color #747035: hue angle of 56.19º 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 #747035 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 53 -
CMYK 0 0.03 0.54 0.55
HSL 56.19º 0.37% 0.33% -
HSV(B) 56.19º 0.54% 0.45% -
XYZ 13.64 15.56 5.65 -
YUV 106.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 116 112 53 0 0.03 0.54 0.55 56.19 0.37 0.33
Hex 74 70 35 0 3 36 37 38 25 21
Octal 164 160 65 0 3 66 67 70 45 41
Binary 1110100 1110000 110101 0 11 110110 110111 111000 100101 100001

Color Harmonies of #747035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747035

Black with #747035

Text Example


Text Example

White with #747035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747035; }

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

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

background-color css

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

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

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

border-color css

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

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

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