Html Css Color HEX #745808 Raw Umber

📋 copy color: '#745808'

red 116 ◦ green 88 ◦ blue 8

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

Shades of Raw Umber #745808

Tints of Raw Umber #745808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.51%

 BLUE value IS 8 (3.52% from 255) = 3.77%

R = 54.72%
G = 41.51%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#745808 (or 0x745808) is known color: Raw Umber. HEX triplet: 74, 58 and 08. RGB value is (116,88,8). Sum of RGB (Red+Green+Blue) = 116+88+8=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #745808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745808 is #8BA7F7. Grayscale: #575757. Windows color (decimal): -9152504 or 546932. OLE color: 546932.

HSL color Cylindrical-coordinate representation of color #745808: hue angle of 44.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #745808 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 88 8 -
CMYK 0 0.24 0.93 0.55
HSL 44.44º 0.87% 0.24% -
HSV(B) 44.44º 0.93% 0.45% -
XYZ 10.74 10.71 1.73 -
YUV 87.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 116 88 8 0 0.24 0.93 0.55 44.44 0.87 0.24
Hex 74 58 8 0 18 5D 37 2C 57 18
Octal 164 130 10 0 30 135 67 54 127 30
Binary 1110100 1011000 1000 0 11000 1011101 110111 101100 1010111 11000

Color Harmonies of #745808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745808

Black with #745808

Text Example


Text Example

White with #745808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745808; }

 p { color: rgb(116,88,8); }

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

background-color css

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

 a { background-color: rgb(116,88,8); }

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

border-color css

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

 span { border-color: rgb(116,88,8); }

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