Html Css Color HEX #744C15 Raw Umber

📋 copy color: '#744C15'

red 116 ◦ green 76 ◦ blue 21

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

Shades of Raw Umber #744C15

Tints of Raw Umber #744C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 54.46%
G = 35.68%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#744C15 (or 0x744C15) is known color: Raw Umber. HEX triplet: 74, 4C and 15. RGB value is (116,76,21). Sum of RGB (Red+Green+Blue) = 116+76+21=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #744C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C15 is #8BB3EA. Grayscale: #515151. Windows color (decimal): -9155563 or 1395828. OLE color: 1395828.

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

Color convert

RGB 116 76 21 -
CMYK 0 0.34 0.82 0.55
HSL 34.74º 0.69% 0.27% -
HSV(B) 34.74º 0.82% 0.45% -
XYZ 9.92 8.94 1.91 -
YUV 81.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 116 76 21 0 0.34 0.82 0.55 34.74 0.69 0.27
Hex 74 4C 15 0 22 52 37 23 45 1B
Octal 164 114 25 0 42 122 67 43 105 33
Binary 1110100 1001100 10101 0 100010 1010010 110111 100011 1000101 11011

Color Harmonies of #744C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C15

Black with #744C15

Text Example


Text Example

White with #744C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,76,21); }

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

background-color css

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

 a { background-color: rgb(116,76,21); }

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

border-color css

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

 span { border-color: rgb(116,76,21); }

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