Html Css Color HEX #745F08 Raw Umber

📋 copy color: '#745F08'

red 116 ◦ green 95 ◦ blue 8

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

Shades of Raw Umber #745F08

Tints of Raw Umber #745F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.38%

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

R = 52.97%
G = 43.38%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#745F08 (or 0x745F08) is known color: Raw Umber. HEX triplet: 74, 5F and 08. RGB value is (116,95,8). Sum of RGB (Red+Green+Blue) = 116+95+8=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F08 is #8BA0F7. Grayscale: #5B5B5B. Windows color (decimal): -9150712 or 548724. OLE color: 548724.

HSL color Cylindrical-coordinate representation of color #745F08: hue angle of 48.33º 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 #745F08 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 8 -
CMYK 0 0.18 0.93 0.55
HSL 48.33º 0.87% 0.24% -
HSV(B) 48.33º 0.93% 0.45% -
XYZ 11.34 11.91 1.93 -
YUV 91.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 116 95 8 0 0.18 0.93 0.55 48.33 0.87 0.24
Hex 74 5F 8 0 12 5D 37 30 57 18
Octal 164 137 10 0 22 135 67 60 127 30
Binary 1110100 1011111 1000 0 10010 1011101 110111 110000 1010111 11000

Color Harmonies of #745F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F08

Black with #745F08

Text Example


Text Example

White with #745F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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