Html Css Color HEX #71550F Raw Umber

📋 copy color: '#71550F'

red 113 ◦ green 85 ◦ blue 15

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

Shades of Raw Umber #71550F

Tints of Raw Umber #71550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 53.05%
G = 39.91%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71550F (or 0x71550F) is known color: Raw Umber. HEX triplet: 71, 55 and 0F. RGB value is (113,85,15). Sum of RGB (Red+Green+Blue) = 113+85+15=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71550F is #8EAAF0. Grayscale: #555555. Windows color (decimal): -9349873 or 1004913. OLE color: 1004913.

HSL color Cylindrical-coordinate representation of color #71550F: hue angle of 42.86º 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 #71550F is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 15 -
CMYK 0 0.25 0.87 0.56
HSL 42.86º 0.77% 0.25% -
HSV(B) 42.86º 0.87% 0.44% -
XYZ 10.14 10.04 1.86 -
YUV 85.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 113 85 15 0 0.25 0.87 0.56 42.86 0.77 0.25
Hex 71 55 F 0 19 57 38 2B 4D 19
Octal 161 125 17 0 31 127 70 53 115 31
Binary 1110001 1010101 1111 0 11001 1010111 111000 101011 1001101 11001

Color Harmonies of #71550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71550F

Black with #71550F

Text Example


Text Example

White with #71550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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