Html Css Color HEX #715802 Raw Umber

📋 copy color: '#715802'

red 113 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #715802

Tints of Raw Umber #715802

RGB

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

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

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

R = 55.67%
G = 43.35%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#715802 (or 0x715802) is known color: Raw Umber. HEX triplet: 71, 58 and 02. RGB value is (113,88,2). Sum of RGB (Red+Green+Blue) = 113+88+2=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #715802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715802 is #8EA7FD. Grayscale: #565656. Windows color (decimal): -9349118 or 153713. OLE color: 153713.

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

Color convert

RGB 113 88 2 -
CMYK 0 0.22 0.98 0.56
HSL 46.49º 0.97% 0.23% -
HSV(B) 46.49º 0.98% 0.44% -
XYZ 10.31 10.49 1.54 -
YUV 85.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 113 88 2 0 0.22 0.98 0.56 46.49 0.97 0.23
Hex 71 58 2 0 16 62 38 2E 61 17
Octal 161 130 2 0 26 142 70 56 141 27
Binary 1110001 1011000 10 0 10110 1100010 111000 101110 1100001 10111

Color Harmonies of #715802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715802

Black with #715802

Text Example


Text Example

White with #715802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715802; }

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

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

background-color css

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

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

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

border-color css

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

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

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