Html Css Color HEX #744416 Raw Umber

📋 copy color: '#744416'

red 116 ◦ green 68 ◦ blue 22

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

Shades of Raw Umber #744416

Tints of Raw Umber #744416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 56.31%
G = 33.01%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#744416 (or 0x744416) is known color: Raw Umber. HEX triplet: 74, 44 and 16. RGB value is (116,68,22). Sum of RGB (Red+Green+Blue) = 116+68+22=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744416 is #8BBBE9. Grayscale: #4D4D4D. Windows color (decimal): -9157610 or 1459316. OLE color: 1459316.

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

Color convert

RGB 116 68 22 -
CMYK 0 0.41 0.81 0.55
HSL 29.36º 0.68% 0.27% -
HSV(B) 29.36º 0.81% 0.45% -
XYZ 9.41 7.91 1.79 -
YUV 77.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 116 68 22 0 0.41 0.81 0.55 29.36 0.68 0.27
Hex 74 44 16 0 29 51 37 1D 44 1B
Octal 164 104 26 0 51 121 67 35 104 33
Binary 1110100 1000100 10110 0 101001 1010001 110111 11101 1000100 11011

Color Harmonies of #744416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744416

Black with #744416

Text Example


Text Example

White with #744416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744416; }

 p { color: rgb(116,68,22); }

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

background-color css

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

 a { background-color: rgb(116,68,22); }

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

border-color css

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

 span { border-color: rgb(116,68,22); }

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