Html Css Color HEX #71561A Raw Umber

📋 copy color: '#71561A'

red 113 ◦ green 86 ◦ blue 26

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

Shades of Raw Umber #71561A

Tints of Raw Umber #71561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 50.22%
G = 38.22%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71561A (or 0x71561A) is known color: Raw Umber. HEX triplet: 71, 56 and 1A. RGB value is (113,86,26). Sum of RGB (Red+Green+Blue) = 113+86+26=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71561A is #8EA9E5. Grayscale: #575757. Windows color (decimal): -9349606 or 1726065. OLE color: 1726065.

HSL color Cylindrical-coordinate representation of color #71561A: hue angle of 41.38º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71561A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 26 -
CMYK 0 0.24 0.77 0.56
HSL 41.38º 0.63% 0.27% -
HSV(B) 41.38º 0.77% 0.44% -
XYZ 10.32 10.24 2.41 -
YUV 87.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 113 86 26 0 0.24 0.77 0.56 41.38 0.63 0.27
Hex 71 56 1A 0 18 4D 38 29 3F 1B
Octal 161 126 32 0 30 115 70 51 77 33
Binary 1110001 1010110 11010 0 11000 1001101 111000 101001 111111 11011

Color Harmonies of #71561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71561A

Black with #71561A

Text Example


Text Example

White with #71561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71561A; }

 p { color: rgb(113,86,26); }

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

background-color css

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

 a { background-color: rgb(113,86,26); }

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

border-color css

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

 span { border-color: rgb(113,86,26); }

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