Html Css Color HEX #715401 Raw Umber

📋 copy color: '#715401'

red 113 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #715401

Tints of Raw Umber #715401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

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

R = 57.07%
G = 42.42%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#715401 (or 0x715401) is known color: Raw Umber. HEX triplet: 71, 54 and 01. RGB value is (113,84,1). Sum of RGB (Red+Green+Blue) = 113+84+1=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #715401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715401 is #8EABFE. Grayscale: #535353. Windows color (decimal): -9350143 or 87153. OLE color: 87153.

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

Color convert

RGB 113 84 1 -
CMYK 0 0.26 0.99 0.56
HSL 44.46º 0.98% 0.22% -
HSV(B) 44.46º 0.99% 0.44% -
XYZ 9.99 9.85 1.4 -
YUV 83.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 113 84 1 0 0.26 0.99 0.56 44.46 0.98 0.22
Hex 71 54 1 0 1A 63 38 2C 62 16
Octal 161 124 1 0 32 143 70 54 142 26
Binary 1110001 1010100 1 0 11010 1100011 111000 101100 1100010 10110

Color Harmonies of #715401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715401

Black with #715401

Text Example


Text Example

White with #715401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715401; }

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

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

background-color css

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

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

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

border-color css

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

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

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