Html Css Color HEX #715702 Raw Umber

📋 copy color: '#715702'

red 113 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #715702

Tints of Raw Umber #715702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.07%

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

R = 55.94%
G = 43.07%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#715702 (or 0x715702) is known color: Raw Umber. HEX triplet: 71, 57 and 02. RGB value is (113,87,2). Sum of RGB (Red+Green+Blue) = 113+87+2=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #715702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715702 is #8EA8FD. Grayscale: #555555. Windows color (decimal): -9349374 or 153457. OLE color: 153457.

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

Color convert

RGB 113 87 2 -
CMYK 0 0.23 0.98 0.56
HSL 45.95º 0.97% 0.23% -
HSV(B) 45.95º 0.98% 0.44% -
XYZ 10.23 10.33 1.51 -
YUV 85.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 113 87 2 0 0.23 0.98 0.56 45.95 0.97 0.23
Hex 71 57 2 0 17 62 38 2E 61 17
Octal 161 127 2 0 27 142 70 56 141 27
Binary 1110001 1010111 10 0 10111 1100010 111000 101110 1100001 10111

Color Harmonies of #715702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715702

Black with #715702

Text Example


Text Example

White with #715702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715702; }

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

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

background-color css

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

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

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

border-color css

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

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

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