#763E02

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

Shades of Raw Umber #763E02

Tints of Raw Umber #763E02

Color information

#763E02 (or 0x763E02) is unknown color: approx Raw Umber. HEX triplet: 76, 3E and 02. RGB value is (118,62,2). Sum of RGB (Red+Green+Blue) = 118+62+2=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #763E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E02 is #89C1FD. Grayscale: #484848. Windows color (decimal): -9028094 or 147062. OLE color: 147062.

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

Color convert

RGB118622-
CMYK00.470.980.54
HSL31.03º96.67%23.53%-
HSV(B)31.03º98.31%46.27%-
XYZ9.27.30.98-
YUV71.988.55160.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=64.84%
G=34.07%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11862200.470.980.5431.0396.6723.53
Hex763E202F62361f6118
Octal166762057142663714130
Binary1110110111110100101111110001011011011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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