Html Css Color HEX #715202 Raw Umber

📋 copy color: '#715202'

red 113 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #715202

Tints of Raw Umber #715202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 57.36%
G = 41.62%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#715202 (or 0x715202) is known color: Raw Umber. HEX triplet: 71, 52 and 02. RGB value is (113,82,2). Sum of RGB (Red+Green+Blue) = 113+82+2=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #715202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715202 is #8EADFD. Grayscale: #525252. Windows color (decimal): -9350654 or 152177. OLE color: 152177.

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

Color convert

RGB 113 82 2 -
CMYK 0 0.27 0.98 0.56
HSL 43.24º 0.97% 0.23% -
HSV(B) 43.24º 0.98% 0.44% -
XYZ 9.84 9.55 1.38 -
YUV 82.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 113 82 2 0 0.27 0.98 0.56 43.24 0.97 0.23
Hex 71 52 2 0 1B 62 38 2B 61 17
Octal 161 122 2 0 33 142 70 53 141 27
Binary 1110001 1010010 10 0 11011 1100010 111000 101011 1100001 10111

Color Harmonies of #715202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715202

Black with #715202

Text Example


Text Example

White with #715202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715202; }

 p { color: rgb(113,82,2); }

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

background-color css

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

 a { background-color: rgb(113,82,2); }

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

border-color css

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

 span { border-color: rgb(113,82,2); }

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