Html Css Color HEX #71500F Raw Umber

📋 copy color: '#71500F'

red 113 ◦ green 80 ◦ blue 15

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

Shades of Raw Umber #71500F

Tints of Raw Umber #71500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 54.33%
G = 38.46%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71500F (or 0x71500F) is known color: Raw Umber. HEX triplet: 71, 50 and 0F. RGB value is (113,80,15). Sum of RGB (Red+Green+Blue) = 113+80+15=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71500F is #8EAFF0. Grayscale: #525252. Windows color (decimal): -9351153 or 1003633. OLE color: 1003633.

HSL color Cylindrical-coordinate representation of color #71500F: hue angle of 39.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71500F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 15 -
CMYK 0 0.29 0.87 0.56
HSL 39.8º 0.77% 0.25% -
HSV(B) 39.8º 0.87% 0.44% -
XYZ 9.76 9.28 1.73 -
YUV 82.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 113 80 15 0 0.29 0.87 0.56 39.8 0.77 0.25
Hex 71 50 F 0 1D 57 38 28 4D 19
Octal 161 120 17 0 35 127 70 50 115 31
Binary 1110001 1010000 1111 0 11101 1010111 111000 101000 1001101 11001

Color Harmonies of #71500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71500F

Black with #71500F

Text Example


Text Example

White with #71500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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