#713B03

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

Shades of Raw Umber #713B03

Tints of Raw Umber #713B03

Color information

#713B03 (or 0x713B03) is unknown color: approx Raw Umber. HEX triplet: 71, 3B and 03. RGB value is (113,59,3). Sum of RGB (Red+Green+Blue) = 113+59+3=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #713B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B03 is #8EC4FC. Grayscale: #454545. Windows color (decimal): -9356541 or 211825. OLE color: 211825.

HSL color Cylindrical-coordinate representation of color #713B03: hue angle of 30.55º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #713B03 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB113593-
CMYK00.480.970.56
HSL30.55º94.83%22.75%-
HSV(B)30.55º97.35%44.31%-
XYZ8.396.650.93-
YUV68.7690.89159.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=64.57%
G=33.71%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11359300.480.970.5630.5594.8322.75
Hex713B303061381f5f17
Octal161733060141703713727
Binary1110001111011110110000110000111100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713B03; }

 p { color: rgb(113,59,3); }

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

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

 a { background-color: rgb(113,59,3); }

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

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

 span { border-color: rgb(113,59,3); }

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