Html Css Color HEX #715102 Raw Umber

📋 copy color: '#715102'

red 113 ◦ green 81 ◦ blue 2

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

Shades of Raw Umber #715102

Tints of Raw Umber #715102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.33%

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

R = 57.65%
G = 41.33%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#715102 (or 0x715102) is known color: Raw Umber. HEX triplet: 71, 51 and 02. RGB value is (113,81,2). Sum of RGB (Red+Green+Blue) = 113+81+2=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #715102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715102 is #8EAEFD. Grayscale: #515151. Windows color (decimal): -9350910 or 151921. OLE color: 151921.

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

Color convert

RGB 113 81 2 -
CMYK 0 0.28 0.98 0.56
HSL 42.7º 0.97% 0.23% -
HSV(B) 42.7º 0.98% 0.44% -
XYZ 9.76 9.4 1.36 -
YUV 81.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 113 81 2 0 0.28 0.98 0.56 42.7 0.97 0.23
Hex 71 51 2 0 1C 62 38 2B 61 17
Octal 161 121 2 0 34 142 70 53 141 27
Binary 1110001 1010001 10 0 11100 1100010 111000 101011 1100001 10111

Color Harmonies of #715102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715102

Black with #715102

Text Example


Text Example

White with #715102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715102; }

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

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

background-color css

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

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

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

border-color css

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

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

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