Html Css Color HEX #744008 Raw Umber

📋 copy color: '#744008'

red 116 ◦ green 64 ◦ blue 8

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

Shades of Raw Umber #744008

Tints of Raw Umber #744008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

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

R = 61.7%
G = 34.04%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#744008 (or 0x744008) is known color: Raw Umber. HEX triplet: 74, 40 and 08. RGB value is (116,64,8). Sum of RGB (Red+Green+Blue) = 116+64+8=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744008 is #8BBFF7. Grayscale: #494949. Windows color (decimal): -9158648 or 540788. OLE color: 540788.

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

Color convert

RGB 116 64 8 -
CMYK 0 0.45 0.93 0.55
HSL 31.11º 0.87% 0.24% -
HSV(B) 31.11º 0.93% 0.45% -
XYZ 9.08 7.4 1.18 -
YUV 73.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 116 64 8 0 0.45 0.93 0.55 31.11 0.87 0.24
Hex 74 40 8 0 2D 5D 37 1F 57 18
Octal 164 100 10 0 55 135 67 37 127 30
Binary 1110100 1000000 1000 0 101101 1011101 110111 11111 1010111 11000

Color Harmonies of #744008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744008

Black with #744008

Text Example


Text Example

White with #744008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744008; }

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

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

background-color css

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

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

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

border-color css

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

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

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