#713D00

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

Shades of Raw Umber #713D00

Tints of Raw Umber #713D00

Color information

#713D00 (or 0x713D00) is unknown color: approx Raw Umber. HEX triplet: 71, 3D and 00. RGB value is (113,61,0). Sum of RGB (Red+Green+Blue) = 113+61+0=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #713D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D00 is #8EC2FF. Grayscale: #454545. Windows color (decimal): -9356032 or 15729. OLE color: 15729.

HSL color Cylindrical-coordinate representation of color #713D00: hue angle of 32.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #713D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB113610-
CMYK00.4610.56
HSL32.39º100%22.16%-
HSV(B)32.39º100%44.31%-
XYZ8.486.850.87-
YUV69.5988.73158.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.94%
G=35.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11361000.4610.5632.3910022.16
Hex713D002E6438206416
Octal161750056144704014426
Binary1110001111101001011101100100111000100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,61,0); }

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

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

 a { background-color: rgb(113,61,0); }

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

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

 span { border-color: rgb(113,61,0); }

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