Html Css Color HEX #755911 Raw Umber

📋 copy color: '#755911'

red 117 ◦ green 89 ◦ blue 17

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

Shades of Raw Umber #755911

Tints of Raw Umber #755911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 52.47%
G = 39.91%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755911 (or 0x755911) is known color: Raw Umber. HEX triplet: 75, 59 and 11. RGB value is (117,89,17). Sum of RGB (Red+Green+Blue) = 117+89+17=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755911 is #8AA6EE. Grayscale: #595959. Windows color (decimal): -9086703 or 1137013. OLE color: 1137013.

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

Color convert

RGB 117 89 17 -
CMYK 0 0.24 0.85 0.54
HSL 43.2º 0.75% 0.26% -
HSV(B) 43.2º 0.85% 0.46% -
XYZ 11.01 10.97 2.07 -
YUV 89.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 117 89 17 0 0.24 0.85 0.54 43.2 0.75 0.26
Hex 75 59 11 0 18 55 36 2B 4B 1A
Octal 165 131 21 0 30 125 66 53 113 32
Binary 1110101 1011001 10001 0 11000 1010101 110110 101011 1001011 11010

Color Harmonies of #755911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755911

Black with #755911

Text Example


Text Example

White with #755911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755911; }

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

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

background-color css

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

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

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

border-color css

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

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

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