#763F02

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

Shades of Raw Umber #763F02

Tints of Raw Umber #763F02

Color information

#763F02 (or 0x763F02) is unknown color: approx Raw Umber. HEX triplet: 76, 3F and 02. RGB value is (118,63,2). Sum of RGB (Red+Green+Blue) = 118+63+2=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #763F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F02 is #89C0FD. Grayscale: #484848. Windows color (decimal): -9027838 or 147318. OLE color: 147318.

HSL color Cylindrical-coordinate representation of color #763F02: hue angle of 31.55º 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 #763F02 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB118632-
CMYK00.470.980.54
HSL31.55º96.67%23.53%-
HSV(B)31.55º98.31%46.27%-
XYZ9.267.411-
YUV72.4988.22160.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=64.48%
G=34.43%
B=1.09%

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
Decimal11863200.470.980.5431.5596.6723.53
Hex763F202F6236206118
Octal166772057142664014130
Binary11101101111111001011111100010110110100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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