#753F0B

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

Shades of Raw Umber #753F0B

Tints of Raw Umber #753F0B

Color information

#753F0B (or 0x753F0B) is unknown color: approx Raw Umber. HEX triplet: 75, 3F and 0B. RGB value is (117,63,11). Sum of RGB (Red+Green+Blue) = 117+63+11=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #753F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F0B is #8AC0F4. Grayscale: #494949. Windows color (decimal): -9093365 or 737141. OLE color: 737141.

HSL color Cylindrical-coordinate representation of color #753F0B: hue angle of 29.43º degrees, saturation: 0.83, 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 #753F0B is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1176311-
CMYK00.460.910.54
HSL29.43º82.81%25.1%-
HSV(B)29.43º90.6%45.88%-
XYZ9.177.361.25-
YUV73.2292.89159.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=61.26%
G=32.98%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117631100.460.910.5429.4382.8125.1
Hex753FB02E5B361d5319
Octal1657713056133663512331
Binary111010111111110110101110101101111011011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,11); }

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

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

 a { background-color: rgb(117,63,11); }

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

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

 span { border-color: rgb(117,63,11); }

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