Html Css Color HEX #755902 Raw Umber

📋 copy color: '#755902'

red 117 ◦ green 89 ◦ blue 2

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

Shades of Raw Umber #755902

Tints of Raw Umber #755902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 56.25%
G = 42.79%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#755902 (or 0x755902) is known color: Raw Umber. HEX triplet: 75, 59 and 02. RGB value is (117,89,2). Sum of RGB (Red+Green+Blue) = 117+89+2=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #755902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755902 is #8AA6FD. Grayscale: #575757. Windows color (decimal): -9086718 or 153973. OLE color: 153973.

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

Color convert

RGB 117 89 2 -
CMYK 0 0.24 0.98 0.54
HSL 45.39º 0.97% 0.23% -
HSV(B) 45.39º 0.98% 0.46% -
XYZ 10.92 10.93 1.59 -
YUV 87.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 117 89 2 0 0.24 0.98 0.54 45.39 0.97 0.23
Hex 75 59 2 0 18 62 36 2D 61 17
Octal 165 131 2 0 30 142 66 55 141 27
Binary 1110101 1011001 10 0 11000 1100010 110110 101101 1100001 10111

Color Harmonies of #755902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755902

Black with #755902

Text Example


Text Example

White with #755902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755902; }

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

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

background-color css

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

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

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

border-color css

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

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

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