#755B14

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

Shades of Raw Umber #755B14

Tints of Raw Umber #755B14

Color information

#755B14 (or 0x755B14) is unknown color: approx Raw Umber. HEX triplet: 75, 5B and 14. RGB value is (117,91,20). Sum of RGB (Red+Green+Blue) = 117+91+20=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #755B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B14 is #8AA4EB. Grayscale: #5A5A5A. Windows color (decimal): -9086188 or 1334133. OLE color: 1334133.

HSL color Cylindrical-coordinate representation of color #755B14: hue angle of 43.92º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #755B14 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1179120-
CMYK00.220.830.54
HSL43.92º70.8%26.86%-
HSV(B)43.92º82.91%45.88%-
XYZ11.211.312.26-
YUV90.6888.11146.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=51.32%
G=39.91%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117912000.220.830.5443.9270.826.86
Hex755B1401653362c471b
Octal16513324026123665410733
Binary11101011011011101000101101010011110110101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,20); }

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

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

 a { background-color: rgb(117,91,20); }

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

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

 span { border-color: rgb(117,91,20); }

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