#763300

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

Shades of Raw Umber #763300

Tints of Raw Umber #763300

Color information

#763300 (or 0x763300) is unknown color: approx Raw Umber. HEX triplet: 76, 33 and 00. RGB value is (118,51,0). Sum of RGB (Red+Green+Blue) = 118+51+0=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #763300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763300 is #89CCFF. Grayscale: #414141. Windows color (decimal): -9030912 or 13174. OLE color: 13174.

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

Color convert

RGB118510-
CMYK00.5710.54
HSL25.93º100%23.14%-
HSV(B)25.93º100%46.27%-
XYZ8.666.220.74-
YUV65.2291.2165.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.82%
G=30.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851000.5710.5425.9310023.14
Hex7633003964361a6417
Octal166630071144663214427
Binary111011011001100111001110010011011011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763300; }

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

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

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

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

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

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

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

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