Html Css Color HEX #744818 Raw Umber

📋 copy color: '#744818'

red 116 ◦ green 72 ◦ blue 24

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

Shades of Raw Umber #744818

Tints of Raw Umber #744818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

 BLUE value IS 24 (9.77% from 255) = 11.32%

R = 54.72%
G = 33.96%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#744818 (or 0x744818) is known color: Raw Umber. HEX triplet: 74, 48 and 18. RGB value is (116,72,24). Sum of RGB (Red+Green+Blue) = 116+72+24=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #744818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744818 is #8BB7E7. Grayscale: #4F4F4F. Windows color (decimal): -9156584 or 1591412. OLE color: 1591412.

HSL color Cylindrical-coordinate representation of color #744818: hue angle of 31.3º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #744818 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 24 -
CMYK 0 0.38 0.79 0.55
HSL 31.3º 0.66% 0.27% -
HSV(B) 31.3º 0.79% 0.45% -
XYZ 9.68 8.41 1.98 -
YUV 79.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 116 72 24 0 0.38 0.79 0.55 31.3 0.66 0.27
Hex 74 48 18 0 26 4F 37 1F 42 1B
Octal 164 110 30 0 46 117 67 37 102 33
Binary 1110100 1001000 11000 0 100110 1001111 110111 11111 1000010 11011

Color Harmonies of #744818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744818

Black with #744818

Text Example


Text Example

White with #744818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744818; }

 p { color: rgb(116,72,24); }

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

background-color css

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

 a { background-color: rgb(116,72,24); }

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

border-color css

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

 span { border-color: rgb(116,72,24); }

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