Html Css Color HEX #744810 Raw Umber

📋 copy color: '#744810'

red 116 ◦ green 72 ◦ blue 16

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

Shades of Raw Umber #744810

Tints of Raw Umber #744810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.84%

R = 56.86%
G = 35.29%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#744810 (or 0x744810) is known color: Raw Umber. HEX triplet: 74, 48 and 10. RGB value is (116,72,16). Sum of RGB (Red+Green+Blue) = 116+72+16=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #744810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744810 is #8BB7EF. Grayscale: #4F4F4F. Windows color (decimal): -9156592 or 1067124. OLE color: 1067124.

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

Color convert

RGB 116 72 16 -
CMYK 0 0.38 0.86 0.55
HSL 33.6º 0.76% 0.26% -
HSV(B) 33.6º 0.86% 0.45% -
XYZ 9.61 8.39 1.6 -
YUV 78.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 116 72 16 0 0.38 0.86 0.55 33.6 0.76 0.26
Hex 74 48 10 0 26 56 37 22 4C 1A
Octal 164 110 20 0 46 126 67 42 114 32
Binary 1110100 1001000 10000 0 100110 1010110 110111 100010 1001100 11010

Color Harmonies of #744810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744810

Black with #744810

Text Example


Text Example

White with #744810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744810; }

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

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

background-color css

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

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

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

border-color css

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

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

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