Html Css Color HEX #755600 Raw Umber

📋 copy color: '#755600'

red 117 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #755600

Tints of Raw Umber #755600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.64%
G = 42.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755600 (or 0x755600) is known color: Raw Umber. HEX triplet: 75, 56 and 00. RGB value is (117,86,0). Sum of RGB (Red+Green+Blue) = 117+86+0=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #755600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755600 is #8AA9FF. Grayscale: #555555. Windows color (decimal): -9087488 or 22133. OLE color: 22133.

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

Color convert

RGB 117 86 0 -
CMYK 0 0.26 1 0.54
HSL 44.1º 1% 0.23% -
HSV(B) 44.1º 1% 0.46% -
XYZ 10.66 10.44 1.45 -
YUV 85.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 117 86 0 0 0.26 1 0.54 44.1 1 0.23
Hex 75 56 0 0 1A 64 36 2C 64 17
Octal 165 126 0 0 32 144 66 54 144 27
Binary 1110101 1010110 0 0 11010 1100100 110110 101100 1100100 10111

Color Harmonies of #755600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755600

Black with #755600

Text Example


Text Example

White with #755600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755600; }

 p { color: rgb(117,86,0); }

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

background-color css

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

 a { background-color: rgb(117,86,0); }

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

border-color css

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

 span { border-color: rgb(117,86,0); }

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