Html Css Color HEX #744718 Raw Umber

📋 copy color: '#744718'

red 116 ◦ green 71 ◦ blue 24

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

Shades of Raw Umber #744718

Tints of Raw Umber #744718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

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

R = 54.98%
G = 33.65%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#744718 (or 0x744718) is known color: Raw Umber. HEX triplet: 74, 47 and 18. RGB value is (116,71,24). Sum of RGB (Red+Green+Blue) = 116+71+24=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #744718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744718 is #8BB8E7. Grayscale: #4F4F4F. Windows color (decimal): -9156840 or 1591156. OLE color: 1591156.

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

Color convert

RGB 116 71 24 -
CMYK 0 0.39 0.79 0.55
HSL 30.65º 0.66% 0.27% -
HSV(B) 30.65º 0.79% 0.45% -
XYZ 9.62 8.29 1.96 -
YUV 79.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 116 71 24 0 0.39 0.79 0.55 30.65 0.66 0.27
Hex 74 47 18 0 27 4F 37 1F 42 1B
Octal 164 107 30 0 47 117 67 37 102 33
Binary 1110100 1000111 11000 0 100111 1001111 110111 11111 1000010 11011

Color Harmonies of #744718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744718

Black with #744718

Text Example


Text Example

White with #744718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744718; }

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

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

background-color css

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

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

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

border-color css

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

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

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