Html Css Color HEX #715002 Raw Umber

📋 copy color: '#715002'

red 113 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #715002

Tints of Raw Umber #715002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

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

R = 57.95%
G = 41.03%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#715002 (or 0x715002) is known color: Raw Umber. HEX triplet: 71, 50 and 02. RGB value is (113,80,2). Sum of RGB (Red+Green+Blue) = 113+80+2=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #715002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715002 is #8EAFFD. Grayscale: #515151. Windows color (decimal): -9351166 or 151665. OLE color: 151665.

HSL color Cylindrical-coordinate representation of color #715002: hue angle of 42.16º 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 #715002 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 2 -
CMYK 0 0.29 0.98 0.56
HSL 42.16º 0.97% 0.23% -
HSV(B) 42.16º 0.98% 0.44% -
XYZ 9.69 9.25 1.33 -
YUV 80.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 113 80 2 0 0.29 0.98 0.56 42.16 0.97 0.23
Hex 71 50 2 0 1D 62 38 2A 61 17
Octal 161 120 2 0 35 142 70 52 141 27
Binary 1110001 1010000 10 0 11101 1100010 111000 101010 1100001 10111

Color Harmonies of #715002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715002

Black with #715002

Text Example


Text Example

White with #715002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715002; }

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

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

background-color css

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

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

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

border-color css

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

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

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