Html Css Color HEX #715004 Raw Umber

📋 copy color: '#715004'

red 113 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #715004

Tints of Raw Umber #715004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 4 (1.95% from 255) = 2.03%

R = 57.36%
G = 40.61%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#715004 (or 0x715004) is known color: Raw Umber. HEX triplet: 71, 50 and 04. RGB value is (113,80,4). Sum of RGB (Red+Green+Blue) = 113+80+4=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #715004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715004 is #8EAFFB. Grayscale: #515151. Windows color (decimal): -9351164 or 282737. OLE color: 282737.

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

Color convert

RGB 113 80 4 -
CMYK 0 0.29 0.96 0.56
HSL 41.83º 0.93% 0.23% -
HSV(B) 41.83º 0.96% 0.44% -
XYZ 9.7 9.26 1.39 -
YUV 81.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 113 80 4 0 0.29 0.96 0.56 41.83 0.93 0.23
Hex 71 50 4 0 1D 60 38 2A 5D 17
Octal 161 120 4 0 35 140 70 52 135 27
Binary 1110001 1010000 100 0 11101 1100000 111000 101010 1011101 10111

Color Harmonies of #715004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715004

Black with #715004

Text Example


Text Example

White with #715004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715004; }

 p { color: rgb(113,80,4); }

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

background-color css

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

 a { background-color: rgb(113,80,4); }

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

border-color css

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

 span { border-color: rgb(113,80,4); }

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