Html Css Color HEX #713B03 Raw Umber

📋 copy color: '#713B03'

red 113 ◦ green 59 ◦ blue 3

#713B03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #713B03

Tints of Raw Umber #713B03

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 value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#713B03 (or 0x713B03) is known color: 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

RGB 113 59 3 -
CMYK 0 0.48 0.97 0.56
HSL 30.55º 0.95% 0.23% -
HSV(B) 30.55º 0.97% 0.44% -
XYZ 8.39 6.65 0.93 -
YUV 68.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 113 59 3 0 0.48 0.97 0.56 30.55 0.95 0.23
Hex 71 3B 3 0 30 61 38 1F 5F 17
Octal 161 73 3 0 60 141 70 37 137 27
Binary 1110001 111011 11 0 110000 1100001 111000 11111 1011111 10111

Color Harmonies of #713B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B03

Black with #713B03

Text Example


Text Example

White with #713B03

Text Example


Text Example

HTML Codes & Css Web 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>