Html Css Color HEX #715B0A Raw Umber

📋 copy color: '#715B0A'

red 113 ◦ green 91 ◦ blue 10

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

Shades of Raw Umber #715B0A

Tints of Raw Umber #715B0A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 52.8%
G = 42.52%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#715B0A (or 0x715B0A) is known color: Raw Umber. HEX triplet: 71, 5B and 0A. RGB value is (113,91,10). Sum of RGB (Red+Green+Blue) = 113+91+10=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #715B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B0A is #8EA4F5. Grayscale: #585858. Windows color (decimal): -9348342 or 678769. OLE color: 678769.

HSL color Cylindrical-coordinate representation of color #715B0A: hue angle of 47.18º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #715B0A is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 91 10 -
CMYK 0 0.19 0.91 0.56
HSL 47.18º 0.84% 0.24% -
HSV(B) 47.18º 0.91% 0.44% -
XYZ 10.61 11.01 1.85 -
YUV 88.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 113 91 10 0 0.19 0.91 0.56 47.18 0.84 0.24
Hex 71 5B A 0 13 5B 38 2F 54 18
Octal 161 133 12 0 23 133 70 57 124 30
Binary 1110001 1011011 1010 0 10011 1011011 111000 101111 1010100 11000

Color Harmonies of #715B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B0A

Black with #715B0A

Text Example


Text Example

White with #715B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,10); }

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

background-color css

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

 a { background-color: rgb(113,91,10); }

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

border-color css

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

 span { border-color: rgb(113,91,10); }

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