Html Css Color HEX #755011 Raw Umber

📋 copy color: '#755011'

red 117 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #755011

Tints of Raw Umber #755011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 54.67%
G = 37.38%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755011 (or 0x755011) is known color: Raw Umber. HEX triplet: 75, 50 and 11. RGB value is (117,80,17). Sum of RGB (Red+Green+Blue) = 117+80+17=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #755011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755011 is #8AAFEE. Grayscale: #545454. Windows color (decimal): -9089007 or 1134709. OLE color: 1134709.

HSL color Cylindrical-coordinate representation of color #755011: hue angle of 37.8º 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 #755011 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 17 -
CMYK 0 0.32 0.85 0.54
HSL 37.8º 0.75% 0.26% -
HSV(B) 37.8º 0.85% 0.46% -
XYZ 10.31 9.56 1.83 -
YUV 83.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 117 80 17 0 0.32 0.85 0.54 37.8 0.75 0.26
Hex 75 50 11 0 20 55 36 26 4B 1A
Octal 165 120 21 0 40 125 66 46 113 32
Binary 1110101 1010000 10001 0 100000 1010101 110110 100110 1001011 11010

Color Harmonies of #755011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755011

Black with #755011

Text Example


Text Example

White with #755011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755011; }

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

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

background-color css

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

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

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

border-color css

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

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

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