#755F00

Color #755F00 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #755F00

Tints of Raw Umber #755F00

Color information

#755F00 (or 0x755F00) is unknown color: approx Raw Umber. HEX triplet: 75, 5F and 00. RGB value is (117,95,0). Sum of RGB (Red+Green+Blue) = 117+95+0=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #755F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F00 is #8AA0FF. Grayscale: #5B5B5B. Windows color (decimal): -9085184 or 24437. OLE color: 24437.

HSL color Cylindrical-coordinate representation of color #755F00: hue angle of 48.72º 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 #755F00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB117950-
CMYK00.1910.54
HSL48.72º100%22.94%-
HSV(B)48.72º100%45.88%-
XYZ11.4311.971.71-
YUV90.7576.79146.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.19%
G=44.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11795000.1910.5448.7210022.94
Hex755F00136436316417
Octal1651370023144666114427
Binary1110101101111100100111100100110110110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F00; }

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

 H1.HeaderClassName
 {
   color: #755F00;
 }
 .AnyTagClassName
 {
   color: #755F00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #755F00;
 }
 .BgClassName
 {
   background-color: #755F00;
 }
</style>
border-color css

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

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

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