Html Css Color HEX #754211 Raw Umber

📋 copy color: '#754211'

red 117 ◦ green 66 ◦ blue 17

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

Shades of Raw Umber #754211

Tints of Raw Umber #754211

RGB

 RED value IS 117 (46.09% from 255) = 58.5%

 GREEN value IS 66 (26.17% from 255) = 33%

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

R = 58.5%
G = 33%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754211 (or 0x754211) is known color: Raw Umber. HEX triplet: 75, 42 and 11. RGB value is (117,66,17). Sum of RGB (Red+Green+Blue) = 117+66+17=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #754211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754211 is #8ABDEE. Grayscale: #4B4B4B. Windows color (decimal): -9092591 or 1131125. OLE color: 1131125.

HSL color Cylindrical-coordinate representation of color #754211: hue angle of 29.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #754211 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 17 -
CMYK 0 0.44 0.85 0.54
HSL 29.4º 0.75% 0.26% -
HSV(B) 29.4º 0.85% 0.46% -
XYZ 9.39 7.72 1.53 -
YUV 75.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 117 66 17 0 0.44 0.85 0.54 29.4 0.75 0.26
Hex 75 42 11 0 2C 55 36 1D 4B 1A
Octal 165 102 21 0 54 125 66 35 113 32
Binary 1110101 1000010 10001 0 101100 1010101 110110 11101 1001011 11010

Color Harmonies of #754211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754211

Black with #754211

Text Example


Text Example

White with #754211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754211; }

 p { color: rgb(117,66,17); }

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

background-color css

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

 a { background-color: rgb(117,66,17); }

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

border-color css

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

 span { border-color: rgb(117,66,17); }

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