Html Css Color HEX #715A02 Raw Umber

📋 copy color: '#715A02'

red 113 ◦ green 90 ◦ blue 2

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

Shades of Raw Umber #715A02

Tints of Raw Umber #715A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 55.12%
G = 43.9%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#715A02 (or 0x715A02) is known color: Raw Umber. HEX triplet: 71, 5A and 02. RGB value is (113,90,2). Sum of RGB (Red+Green+Blue) = 113+90+2=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #715A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A02 is #8EA5FD. Grayscale: #575757. Windows color (decimal): -9348606 or 154225. OLE color: 154225.

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

Color convert

RGB 113 90 2 -
CMYK 0 0.20 0.98 0.56
HSL 47.57º 0.97% 0.23% -
HSV(B) 47.57º 0.98% 0.44% -
XYZ 10.48 10.83 1.6 -
YUV 86.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 113 90 2 0 0.20 0.98 0.56 47.57 0.97 0.23
Hex 71 5A 2 0 14 62 38 30 61 17
Octal 161 132 2 0 24 142 70 60 141 27
Binary 1110001 1011010 10 0 10100 1100010 111000 110000 1100001 10111

Color Harmonies of #715A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A02

Black with #715A02

Text Example


Text Example

White with #715A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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