#764B00

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

Shades of Raw Umber #764B00

Tints of Raw Umber #764B00

Color information

#764B00 (or 0x764B00) is unknown color: approx Raw Umber. HEX triplet: 76, 4B and 00. RGB value is (118,75,0). Sum of RGB (Red+Green+Blue) = 118+75+0=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #764B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B00 is #89B4FF. Grayscale: #4F4F4F. Windows color (decimal): -9024768 or 19318. OLE color: 19318.

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

Color convert

RGB118750-
CMYK00.3610.54
HSL38.14º100%23.14%-
HSV(B)38.14º100%46.27%-
XYZ9.998.881.19-
YUV79.3183.25155.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.14%
G=38.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11875000.3610.5438.1410023.14
Hex764B00246436266417
Octal1661130044144664614427
Binary11101101001011001001001100100110110100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,0); }

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

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

 a { background-color: rgb(118,75,0); }

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

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

 span { border-color: rgb(118,75,0); }

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