Html Css Color HEX #745208 Raw Umber

📋 copy color: '#745208'

red 116 ◦ green 82 ◦ blue 8

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

Shades of Raw Umber #745208

Tints of Raw Umber #745208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

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

R = 56.31%
G = 39.81%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#745208 (or 0x745208) is known color: Raw Umber. HEX triplet: 74, 52 and 08. RGB value is (116,82,8). Sum of RGB (Red+Green+Blue) = 116+82+8=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #745208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745208 is #8BADF7. Grayscale: #545454. Windows color (decimal): -9154040 or 545396. OLE color: 545396.

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

Color convert

RGB 116 82 8 -
CMYK 0 0.29 0.93 0.55
HSL 41.11º 0.87% 0.24% -
HSV(B) 41.11º 0.93% 0.45% -
XYZ 10.26 9.77 1.57 -
YUV 83.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 116 82 8 0 0.29 0.93 0.55 41.11 0.87 0.24
Hex 74 52 8 0 1D 5D 37 29 57 18
Octal 164 122 10 0 35 135 67 51 127 30
Binary 1110100 1010010 1000 0 11101 1011101 110111 101001 1010111 11000

Color Harmonies of #745208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745208

Black with #745208

Text Example


Text Example

White with #745208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745208; }

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

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

background-color css

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

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

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

border-color css

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

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

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