Html Css Color HEX #755910 Raw Umber

📋 copy color: '#755910'

red 117 ◦ green 89 ◦ blue 16

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

Shades of Raw Umber #755910

Tints of Raw Umber #755910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 52.7%
G = 40.09%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#755910 (or 0x755910) is known color: Raw Umber. HEX triplet: 75, 59 and 10. RGB value is (117,89,16). Sum of RGB (Red+Green+Blue) = 117+89+16=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755910 is #8AA6EF. Grayscale: #595959. Windows color (decimal): -9086704 or 1071477. OLE color: 1071477.

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

Color convert

RGB 117 89 16 -
CMYK 0 0.24 0.86 0.54
HSL 43.37º 0.76% 0.26% -
HSV(B) 43.37º 0.86% 0.46% -
XYZ 11 10.96 2.03 -
YUV 89.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 117 89 16 0 0.24 0.86 0.54 43.37 0.76 0.26
Hex 75 59 10 0 18 56 36 2B 4C 1A
Octal 165 131 20 0 30 126 66 53 114 32
Binary 1110101 1011001 10000 0 11000 1010110 110110 101011 1001100 11010

Color Harmonies of #755910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755910

Black with #755910

Text Example


Text Example

White with #755910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755910; }

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

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

background-color css

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

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

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

border-color css

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

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

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