#755816

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

Shades of Raw Umber #755816

Tints of Raw Umber #755816

Color information

#755816 (or 0x755816) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 16. RGB value is (117,88,22). Sum of RGB (Red+Green+Blue) = 117+88+22=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #755816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755816 is #8AA7E9. Grayscale: #595959. Windows color (decimal): -9086954 or 1464437. OLE color: 1464437.

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

Color convert

RGB1178822-
CMYK00.250.810.54
HSL41.68º68.35%27.25%-
HSV(B)41.68º81.2%45.88%-
XYZ10.9710.822.27-
YUV89.1590.11147.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=51.54%
G=38.77%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117882200.250.810.5441.6868.3527.25
Hex75581601951362a441b
Octal16513026031121665210433
Binary11101011011000101100110011010001110110101010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755816; }

 p { color: rgb(117,88,22); }

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

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

 a { background-color: rgb(117,88,22); }

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

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

 span { border-color: rgb(117,88,22); }

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