Html Css Color HEX #755505 Raw Umber

📋 copy color: '#755505'

red 117 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #755505

Tints of Raw Umber #755505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 56.52%
G = 41.06%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#755505 (or 0x755505) is known color: Raw Umber. HEX triplet: 75, 55 and 05. RGB value is (117,85,5). Sum of RGB (Red+Green+Blue) = 117+85+5=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #755505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755505 is #8AAAFA. Grayscale: #555555. Windows color (decimal): -9087739 or 349557. OLE color: 349557.

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

Color convert

RGB 117 85 5 -
CMYK 0 0.27 0.96 0.54
HSL 42.86º 0.92% 0.24% -
HSV(B) 42.86º 0.96% 0.46% -
XYZ 10.61 10.29 1.57 -
YUV 85.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 117 85 5 0 0.27 0.96 0.54 42.86 0.92 0.24
Hex 75 55 5 0 1B 60 36 2B 5C 18
Octal 165 125 5 0 33 140 66 53 134 30
Binary 1110101 1010101 101 0 11011 1100000 110110 101011 1011100 11000

Color Harmonies of #755505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755505

Black with #755505

Text Example


Text Example

White with #755505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755505; }

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

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

background-color css

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

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

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

border-color css

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

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

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