#763E0D

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

Shades of Raw Umber #763E0D

Tints of Raw Umber #763E0D

Color information

#763E0D (or 0x763E0D) is unknown color: approx Raw Umber. HEX triplet: 76, 3E and 0D. RGB value is (118,62,13). Sum of RGB (Red+Green+Blue) = 118+62+13=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E0D is #89C1F2. Grayscale: #494949. Windows color (decimal): -9028083 or 867958. OLE color: 867958.

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

Color convert

RGB1186213-
CMYK00.470.890.54
HSL28º80.15%25.69%-
HSV(B)28º88.98%46.27%-
XYZ9.277.331.31-
YUV73.1694.05159.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=61.14%
G=32.12%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118621300.470.890.542880.1525.69
Hex763ED02F59361c501a
Octal1667615057131663412032
Binary111011011111011010101111101100111011011100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E0D; }

 p { color: rgb(118,62,13); }

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

<style>
 a { background-color: #763E0D; }

 a { background-color: rgb(118,62,13); }

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

<style>
 span { border-color: #763E0D; }

 span { border-color: rgb(118,62,13); }

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