Html Css Color HEX #713D03 Raw Umber

📋 copy color: '#713D03'

red 113 ◦ green 61 ◦ blue 3

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

Shades of Raw Umber #713D03

Tints of Raw Umber #713D03

RGB

 RED value IS 113 (44.53% from 255) = 63.84%

 GREEN value IS 61 (24.22% from 255) = 34.46%

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 63.84%
G = 34.46%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#713D03 (or 0x713D03) is known color: Raw Umber. HEX triplet: 71, 3D and 03. RGB value is (113,61,3). Sum of RGB (Red+Green+Blue) = 113+61+3=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #713D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D03 is #8EC2FC. Grayscale: #464646. Windows color (decimal): -9356029 or 212337. OLE color: 212337.

HSL color Cylindrical-coordinate representation of color #713D03: hue angle of 31.64º 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 #713D03 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 61 3 -
CMYK 0 0.46 0.97 0.56
HSL 31.64º 0.95% 0.23% -
HSV(B) 31.64º 0.97% 0.44% -
XYZ 8.5 6.85 0.96 -
YUV 69.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 113 61 3 0 0.46 0.97 0.56 31.64 0.95 0.23
Hex 71 3D 3 0 2E 61 38 20 5F 17
Octal 161 75 3 0 56 141 70 40 137 27
Binary 1110001 111101 11 0 101110 1100001 111000 100000 1011111 10111

Color Harmonies of #713D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D03

Black with #713D03

Text Example


Text Example

White with #713D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #713D03;
 }
 .AnyTagClassName
 {
   color: #713D03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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