#763401

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

Shades of Raw Umber #763401

Tints of Raw Umber #763401

Color information

#763401 (or 0x763401) is unknown color: approx Raw Umber. HEX triplet: 76, 34 and 01. RGB value is (118,52,1). Sum of RGB (Red+Green+Blue) = 118+52+1=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #763401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763401 is #89CBFE. Grayscale: #424242. Windows color (decimal): -9030655 or 78966. OLE color: 78966.

HSL color Cylindrical-coordinate representation of color #763401: hue angle of 26.15º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #763401 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB118521-
CMYK00.560.990.54
HSL26.15º98.32%23.33%-
HSV(B)26.15º99.15%46.27%-
XYZ8.76.310.79-
YUV65.9291.37165.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=69.01%
G=30.41%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11852100.560.990.5426.1598.3223.33
Hex7634103863361a6217
Octal166641070143663214227
Binary111011011010010111000110001111011011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763401; }

 p { color: rgb(118,52,1); }

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

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

 a { background-color: rgb(118,52,1); }

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

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

 span { border-color: rgb(118,52,1); }

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