Html Css Color HEX #744512 Raw Umber

📋 copy color: '#744512'

red 116 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #744512

Tints of Raw Umber #744512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 57.14%
G = 33.99%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#744512 (or 0x744512) is known color: Raw Umber. HEX triplet: 74, 45 and 12. RGB value is (116,69,18). Sum of RGB (Red+Green+Blue) = 116+69+18=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744512 is #8BBAED. Grayscale: #4D4D4D. Windows color (decimal): -9157358 or 1197428. OLE color: 1197428.

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

Color convert

RGB 116 69 18 -
CMYK 0 0.41 0.84 0.55
HSL 31.22º 0.73% 0.26% -
HSV(B) 31.22º 0.84% 0.45% -
XYZ 9.44 8.01 1.62 -
YUV 77.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 116 69 18 0 0.41 0.84 0.55 31.22 0.73 0.26
Hex 74 45 12 0 29 54 37 1F 49 1A
Octal 164 105 22 0 51 124 67 37 111 32
Binary 1110100 1000101 10010 0 101001 1010100 110111 11111 1001001 11010

Color Harmonies of #744512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744512

Black with #744512

Text Example


Text Example

White with #744512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744512; }

 p { color: rgb(116,69,18); }

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

background-color css

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

 a { background-color: rgb(116,69,18); }

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

border-color css

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

 span { border-color: rgb(116,69,18); }

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