Html Css Color HEX #713605 Raw Umber

📋 copy color: '#713605'

red 113 ◦ green 54 ◦ blue 5

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

Shades of Raw Umber #713605

Tints of Raw Umber #713605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 65.7%
G = 31.4%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713605 (or 0x713605) is known color: Raw Umber. HEX triplet: 71, 36 and 05. RGB value is (113,54,5). Sum of RGB (Red+Green+Blue) = 113+54+5=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713605 is #8EC9FA. Grayscale: #424242. Windows color (decimal): -9357819 or 341617. OLE color: 341617.

HSL color Cylindrical-coordinate representation of color #713605: hue angle of 27.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #713605 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 5 -
CMYK 0 0.52 0.96 0.56
HSL 27.22º 0.92% 0.23% -
HSV(B) 27.22º 0.96% 0.44% -
XYZ 8.16 6.16 0.9 -
YUV 66.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 113 54 5 0 0.52 0.96 0.56 27.22 0.92 0.23
Hex 71 36 5 0 34 60 38 1B 5C 17
Octal 161 66 5 0 64 140 70 33 134 27
Binary 1110001 110110 101 0 110100 1100000 111000 11011 1011100 10111

Color Harmonies of #713605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713605

Black with #713605

Text Example


Text Example

White with #713605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713605; }

 p { color: rgb(113,54,5); }

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

background-color css

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

 a { background-color: rgb(113,54,5); }

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

border-color css

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

 span { border-color: rgb(113,54,5); }

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