#755D0C

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

Shades of Raw Umber #755D0C

Tints of Raw Umber #755D0C

Color information

#755D0C (or 0x755D0C) is unknown color: approx Raw Umber. HEX triplet: 75, 5D and 0C. RGB value is (117,93,12). Sum of RGB (Red+Green+Blue) = 117+93+12=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D0C is #8AA2F3. Grayscale: #5B5B5B. Windows color (decimal): -9085684 or 810357. OLE color: 810357.

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

Color convert

RGB1179312-
CMYK00.210.900.54
HSL46.29º81.4%25.29%-
HSV(B)46.29º89.74%45.88%-
XYZ11.3211.642-
YUV90.9483.45146.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=52.70%
G=41.89%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117931200.210.900.5446.2981.425.29
Hex755DC0155A362e5119
Octal16513514025132665612131
Binary1110101101110111000101011011010110110101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,12); }

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

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

 a { background-color: rgb(117,93,12); }

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

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

 span { border-color: rgb(117,93,12); }

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