#753C0A

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

Shades of Raw Umber #753C0A

Tints of Raw Umber #753C0A

Color information

#753C0A (or 0x753C0A) is unknown color: approx Raw Umber. HEX triplet: 75, 3C and 0A. RGB value is (117,60,10). Sum of RGB (Red+Green+Blue) = 117+60+10=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #753C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C0A is #8AC3F5. Grayscale: #474747. Windows color (decimal): -9094134 or 670837. OLE color: 670837.

HSL color Cylindrical-coordinate representation of color #753C0A: hue angle of 28.04º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #753C0A is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1176010-
CMYK00.490.910.54
HSL28.04º84.25%24.9%-
HSV(B)28.04º91.45%45.88%-
XYZ9.017.041.17-
YUV71.3493.38160.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=62.57%
G=32.09%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117601000.490.910.5428.0484.2524.9
Hex753CA0315B361c5419
Octal1657412061133663412431
Binary111010111110010100110001101101111011011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753C0A; }

 p { color: rgb(117,60,10); }

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

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

 a { background-color: rgb(117,60,10); }

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

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

 span { border-color: rgb(117,60,10); }

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