Html Css Color HEX #744308 Raw Umber

📋 copy color: '#744308'

red 116 ◦ green 67 ◦ blue 8

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

Shades of Raw Umber #744308

Tints of Raw Umber #744308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

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

R = 60.73%
G = 35.08%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#744308 (or 0x744308) is known color: Raw Umber. HEX triplet: 74, 43 and 08. RGB value is (116,67,8). Sum of RGB (Red+Green+Blue) = 116+67+8=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #744308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744308 is #8BBCF7. Grayscale: #4B4B4B. Windows color (decimal): -9157880 or 541556. OLE color: 541556.

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

Color convert

RGB 116 67 8 -
CMYK 0 0.42 0.93 0.55
HSL 32.78º 0.87% 0.24% -
HSV(B) 32.78º 0.93% 0.45% -
XYZ 9.25 7.74 1.24 -
YUV 74.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 116 67 8 0 0.42 0.93 0.55 32.78 0.87 0.24
Hex 74 43 8 0 2A 5D 37 21 57 18
Octal 164 103 10 0 52 135 67 41 127 30
Binary 1110100 1000011 1000 0 101010 1011101 110111 100001 1010111 11000

Color Harmonies of #744308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744308

Black with #744308

Text Example


Text Example

White with #744308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744308; }

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

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

background-color css

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

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

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

border-color css

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

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

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