#764D03

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

Shades of Raw Umber #764D03

Tints of Raw Umber #764D03

Color information

#764D03 (or 0x764D03) is unknown color: approx Raw Umber. HEX triplet: 76, 4D and 03. RGB value is (118,77,3). Sum of RGB (Red+Green+Blue) = 118+77+3=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #764D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D03 is #89B2FC. Grayscale: #515151. Windows color (decimal): -9024253 or 216438. OLE color: 216438.

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

Color convert

RGB118773-
CMYK00.350.970.54
HSL38.61º95.04%23.73%-
HSV(B)38.61º97.46%46.27%-
XYZ10.149.171.32-
YUV80.8284.08154.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=59.60%
G=38.89%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11877300.350.970.5438.6195.0423.73
Hex764D30236136275f18
Octal1661153043141664713730
Binary111011010011011101000111100001110110100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764D03; }

 p { color: rgb(118,77,3); }

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

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

 a { background-color: rgb(118,77,3); }

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

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

 span { border-color: rgb(118,77,3); }

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