Html Css Color HEX #745212 Raw Umber

📋 copy color: '#745212'

red 116 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #745212

Tints of Raw Umber #745212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.96%

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

R = 53.7%
G = 37.96%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745212 (or 0x745212) is known color: Raw Umber. HEX triplet: 74, 52 and 12. RGB value is (116,82,18). Sum of RGB (Red+Green+Blue) = 116+82+18=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #745212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745212 is #8BADED. Grayscale: #555555. Windows color (decimal): -9154030 or 1200756. OLE color: 1200756.

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

Color convert

RGB 116 82 18 -
CMYK 0 0.29 0.84 0.55
HSL 39.18º 0.73% 0.26% -
HSV(B) 39.18º 0.84% 0.45% -
XYZ 10.33 9.79 1.92 -
YUV 84.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 116 82 18 0 0.29 0.84 0.55 39.18 0.73 0.26
Hex 74 52 12 0 1D 54 37 27 49 1A
Octal 164 122 22 0 35 124 67 47 111 32
Binary 1110100 1010010 10010 0 11101 1010100 110111 100111 1001001 11010

Color Harmonies of #745212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745212

Black with #745212

Text Example


Text Example

White with #745212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745212; }

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

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

background-color css

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

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

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

border-color css

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

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

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