#753A00

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

Shades of Raw Umber #753A00

Tints of Raw Umber #753A00

Color information

#753A00 (or 0x753A00) is unknown color: approx Raw Umber. HEX triplet: 75, 3A and 00. RGB value is (117,58,0). Sum of RGB (Red+Green+Blue) = 117+58+0=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #753A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A00 is #8AC5FF. Grayscale: #454545. Windows color (decimal): -9094656 or 14965. OLE color: 14965.

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

Color convert

RGB117580-
CMYK00.5010.54
HSL29.74º100%22.94%-
HSV(B)29.74º100%45.88%-
XYZ8.856.810.85-
YUV69.0389.05162.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.86%
G=33.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758000.5010.5429.7410022.94
Hex753A003264361e6417
Octal165720062144663614427
Binary111010111101000110010110010011011011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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