Html Css Color HEX #71541A Raw Umber

📋 copy color: '#71541A'

red 113 ◦ green 84 ◦ blue 26

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

Shades of Raw Umber #71541A

Tints of Raw Umber #71541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 50.67%
G = 37.67%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71541A (or 0x71541A) is known color: Raw Umber. HEX triplet: 71, 54 and 1A. RGB value is (113,84,26). Sum of RGB (Red+Green+Blue) = 113+84+26=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71541A is #8EABE5. Grayscale: #565656. Windows color (decimal): -9350118 or 1725553. OLE color: 1725553.

HSL color Cylindrical-coordinate representation of color #71541A: hue angle of 40º 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 #71541A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 26 -
CMYK 0 0.26 0.77 0.56
HSL 40º 0.63% 0.27% -
HSV(B) 40º 0.77% 0.44% -
XYZ 10.17 9.93 2.36 -
YUV 86.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 113 84 26 0 0.26 0.77 0.56 40 0.63 0.27
Hex 71 54 1A 0 1A 4D 38 28 3F 1B
Octal 161 124 32 0 32 115 70 50 77 33
Binary 1110001 1010100 11010 0 11010 1001101 111000 101000 111111 11011

Color Harmonies of #71541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71541A

Black with #71541A

Text Example


Text Example

White with #71541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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