Html Css Color HEX #715801 Raw Umber

📋 copy color: '#715801'

red 113 ◦ green 88 ◦ blue 1

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

Shades of Raw Umber #715801

Tints of Raw Umber #715801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

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

R = 55.94%
G = 43.56%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#715801 (or 0x715801) is known color: Raw Umber. HEX triplet: 71, 58 and 01. RGB value is (113,88,1). Sum of RGB (Red+Green+Blue) = 113+88+1=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #715801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715801 is #8EA7FE. Grayscale: #555555. Windows color (decimal): -9349119 or 88177. OLE color: 88177.

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

Color convert

RGB 113 88 1 -
CMYK 0 0.22 0.99 0.56
HSL 46.61º 0.98% 0.22% -
HSV(B) 46.61º 0.99% 0.44% -
XYZ 10.31 10.49 1.51 -
YUV 85.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 113 88 1 0 0.22 0.99 0.56 46.61 0.98 0.22
Hex 71 58 1 0 16 63 38 2F 62 16
Octal 161 130 1 0 26 143 70 57 142 26
Binary 1110001 1011000 1 0 10110 1100011 111000 101111 1100010 10110

Color Harmonies of #715801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715801

Black with #715801

Text Example


Text Example

White with #715801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715801; }

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

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

background-color css

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

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

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

border-color css

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

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

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