Html Css Color HEX #755411 Raw Umber

📋 copy color: '#755411'

red 117 ◦ green 84 ◦ blue 17

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

Shades of Raw Umber #755411

Tints of Raw Umber #755411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 53.67%
G = 38.53%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755411 (or 0x755411) is known color: Raw Umber. HEX triplet: 75, 54 and 11. RGB value is (117,84,17). Sum of RGB (Red+Green+Blue) = 117+84+17=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #755411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755411 is #8AABEE. Grayscale: #565656. Windows color (decimal): -9087983 or 1135733. OLE color: 1135733.

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

Color convert

RGB 117 84 17 -
CMYK 0 0.28 0.85 0.54
HSL 40.2º 0.75% 0.26% -
HSV(B) 40.2º 0.85% 0.46% -
XYZ 10.61 10.16 1.93 -
YUV 86.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 117 84 17 0 0.28 0.85 0.54 40.2 0.75 0.26
Hex 75 54 11 0 1C 55 36 28 4B 1A
Octal 165 124 21 0 34 125 66 50 113 32
Binary 1110101 1010100 10001 0 11100 1010101 110110 101000 1001011 11010

Color Harmonies of #755411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755411

Black with #755411

Text Example


Text Example

White with #755411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755411; }

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

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

background-color css

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

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

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

border-color css

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

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

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