#763802

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

Shades of Raw Umber #763802

Tints of Raw Umber #763802

Color information

#763802 (or 0x763802) is unknown color: approx Raw Umber. HEX triplet: 76, 38 and 02. RGB value is (118,56,2). Sum of RGB (Red+Green+Blue) = 118+56+2=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #763802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763802 is #89C7FD. Grayscale: #444444. Windows color (decimal): -9029630 or 145526. OLE color: 145526.

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

Color convert

RGB118562-
CMYK00.530.980.54
HSL27.93º96.67%23.53%-
HSV(B)27.93º98.31%46.27%-
XYZ8.96.680.88-
YUV68.3890.54163.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.05%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=67.05%
G=31.82%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11856200.530.980.5427.9396.6723.53
Hex7638203562361c6118
Octal166702065142663414130
Binary1110110111000100110101110001011011011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763802; }

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

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

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

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

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

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

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

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