#753D0D

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

Shades of Raw Umber #753D0D

Tints of Raw Umber #753D0D

Color information

#753D0D (or 0x753D0D) is unknown color: approx Raw Umber. HEX triplet: 75, 3D and 0D. RGB value is (117,61,13). Sum of RGB (Red+Green+Blue) = 117+61+13=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #753D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753D0D is #8AC2F2. Grayscale: #484848. Windows color (decimal): -9093875 or 867701. OLE color: 867701.

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

Color convert

RGB1176113-
CMYK00.480.890.54
HSL27.69º80%25.49%-
HSV(B)27.69º88.89%45.88%-
XYZ9.087.151.28-
YUV72.2794.55159.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=61.26%
G=31.94%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117611300.480.890.5427.698025.49
Hex753DD03059361c5019
Octal1657515060131663412031
Binary111010111110111010110000101100111011011100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,13); }

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

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

 a { background-color: rgb(117,61,13); }

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

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

 span { border-color: rgb(117,61,13); }

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