Html Css Color HEX #744C14 Raw Umber

📋 copy color: '#744C14'

red 116 ◦ green 76 ◦ blue 20

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

Shades of Raw Umber #744C14

Tints of Raw Umber #744C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.85%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 54.72%
G = 35.85%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#744C14 (or 0x744C14) is known color: Raw Umber. HEX triplet: 74, 4C and 14. RGB value is (116,76,20). Sum of RGB (Red+Green+Blue) = 116+76+20=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #744C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C14 is #8BB3EB. Grayscale: #515151. Windows color (decimal): -9155564 or 1330292. OLE color: 1330292.

HSL color Cylindrical-coordinate representation of color #744C14: hue angle of 35º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #744C14 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 20 -
CMYK 0 0.34 0.83 0.55
HSL 35º 0.71% 0.27% -
HSV(B) 35º 0.83% 0.45% -
XYZ 9.91 8.93 1.86 -
YUV 81.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 116 76 20 0 0.34 0.83 0.55 35 0.71 0.27
Hex 74 4C 14 0 22 53 37 23 47 1B
Octal 164 114 24 0 42 123 67 43 107 33
Binary 1110100 1001100 10100 0 100010 1010011 110111 100011 1000111 11011

Color Harmonies of #744C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C14

Black with #744C14

Text Example


Text Example

White with #744C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744C14; }

 p { color: rgb(116,76,20); }

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

background-color css

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

 a { background-color: rgb(116,76,20); }

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

border-color css

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

 span { border-color: rgb(116,76,20); }

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