Html Css Color HEX #744D12 Raw Umber

📋 copy color: '#744D12'

red 116 ◦ green 77 ◦ blue 18

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

Shades of Raw Umber #744D12

Tints of Raw Umber #744D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.49%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 54.98%
G = 36.49%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#744D12 (or 0x744D12) is known color: Raw Umber. HEX triplet: 74, 4D and 12. RGB value is (116,77,18). Sum of RGB (Red+Green+Blue) = 116+77+18=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #744D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D12 is #8BB2ED. Grayscale: #525252. Windows color (decimal): -9155310 or 1199476. OLE color: 1199476.

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

Color convert

RGB 116 77 18 -
CMYK 0 0.34 0.84 0.55
HSL 36.12º 0.73% 0.26% -
HSV(B) 36.12º 0.84% 0.45% -
XYZ 9.97 9.06 1.8 -
YUV 81.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 116 77 18 0 0.34 0.84 0.55 36.12 0.73 0.26
Hex 74 4D 12 0 22 54 37 24 49 1A
Octal 164 115 22 0 42 124 67 44 111 32
Binary 1110100 1001101 10010 0 100010 1010100 110111 100100 1001001 11010

Color Harmonies of #744D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D12

Black with #744D12

Text Example


Text Example

White with #744D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,77,18); }

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

background-color css

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

 a { background-color: rgb(116,77,18); }

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

border-color css

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

 span { border-color: rgb(116,77,18); }

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