Html Css Color HEX #755501 Raw Umber

📋 copy color: '#755501'

red 117 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #755501

Tints of Raw Umber #755501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 57.64%
G = 41.87%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#755501 (or 0x755501) is known color: Raw Umber. HEX triplet: 75, 55 and 01. RGB value is (117,85,1). Sum of RGB (Red+Green+Blue) = 117+85+1=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #755501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755501 is #8AAAFE. Grayscale: #555555. Windows color (decimal): -9087743 or 87413. OLE color: 87413.

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

Color convert

RGB 117 85 1 -
CMYK 0 0.27 0.99 0.54
HSL 43.45º 0.98% 0.23% -
HSV(B) 43.45º 0.99% 0.46% -
XYZ 10.59 10.28 1.46 -
YUV 84.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 117 85 1 0 0.27 0.99 0.54 43.45 0.98 0.23
Hex 75 55 1 0 1B 63 36 2B 62 17
Octal 165 125 1 0 33 143 66 53 142 27
Binary 1110101 1010101 1 0 11011 1100011 110110 101011 1100010 10111

Color Harmonies of #755501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755501

Black with #755501

Text Example


Text Example

White with #755501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755501; }

 p { color: rgb(117,85,1); }

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

background-color css

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

 a { background-color: rgb(117,85,1); }

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

border-color css

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

 span { border-color: rgb(117,85,1); }

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