Html Css Color HEX #715701 Raw Umber

📋 copy color: '#715701'

red 113 ◦ green 87 ◦ blue 1

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

Shades of Raw Umber #715701

Tints of Raw Umber #715701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 56.22%
G = 43.28%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#715701 (or 0x715701) is known color: Raw Umber. HEX triplet: 71, 57 and 01. RGB value is (113,87,1). Sum of RGB (Red+Green+Blue) = 113+87+1=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #715701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715701 is #8EA8FE. Grayscale: #555555. Windows color (decimal): -9349375 or 87921. OLE color: 87921.

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

Color convert

RGB 113 87 1 -
CMYK 0 0.23 0.99 0.56
HSL 46.07º 0.98% 0.22% -
HSV(B) 46.07º 0.99% 0.44% -
XYZ 10.22 10.33 1.48 -
YUV 84.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 113 87 1 0 0.23 0.99 0.56 46.07 0.98 0.22
Hex 71 57 1 0 17 63 38 2E 62 16
Octal 161 127 1 0 27 143 70 56 142 26
Binary 1110001 1010111 1 0 10111 1100011 111000 101110 1100010 10110

Color Harmonies of #715701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715701

Black with #715701

Text Example


Text Example

White with #715701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715701; }

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

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

background-color css

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

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

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

border-color css

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

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

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