Html Css Color HEX #745211 Raw Umber

📋 copy color: '#745211'

red 116 ◦ green 82 ◦ blue 17

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

Shades of Raw Umber #745211

Tints of Raw Umber #745211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.91%

R = 53.95%
G = 38.14%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#745211 (or 0x745211) is known color: Raw Umber. HEX triplet: 74, 52 and 11. RGB value is (116,82,17). Sum of RGB (Red+Green+Blue) = 116+82+17=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #745211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745211 is #8BADEE. Grayscale: #555555. Windows color (decimal): -9154031 or 1135220. OLE color: 1135220.

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

Color convert

RGB 116 82 17 -
CMYK 0 0.29 0.85 0.55
HSL 39.39º 0.74% 0.26% -
HSV(B) 39.39º 0.85% 0.45% -
XYZ 10.32 9.79 1.88 -
YUV 84.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 116 82 17 0 0.29 0.85 0.55 39.39 0.74 0.26
Hex 74 52 11 0 1D 55 37 27 4A 1A
Octal 164 122 21 0 35 125 67 47 112 32
Binary 1110100 1010010 10001 0 11101 1010101 110111 100111 1001010 11010

Color Harmonies of #745211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745211

Black with #745211

Text Example


Text Example

White with #745211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745211; }

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

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

background-color css

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

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

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

border-color css

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

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

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