Html Css Color HEX #71571A Raw Umber

📋 copy color: '#71571A'

red 113 ◦ green 87 ◦ blue 26

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

Shades of Raw Umber #71571A

Tints of Raw Umber #71571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

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

R = 50%
G = 38.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71571A (or 0x71571A) is known color: Raw Umber. HEX triplet: 71, 57 and 1A. RGB value is (113,87,26). Sum of RGB (Red+Green+Blue) = 113+87+26=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71571A is #8EA8E5. Grayscale: #585858. Windows color (decimal): -9349350 or 1726321. OLE color: 1726321.

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

Color convert

RGB 113 87 26 -
CMYK 0 0.23 0.77 0.56
HSL 42.07º 0.63% 0.27% -
HSV(B) 42.07º 0.77% 0.44% -
XYZ 10.4 10.4 2.44 -
YUV 87.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 113 87 26 0 0.23 0.77 0.56 42.07 0.63 0.27
Hex 71 57 1A 0 17 4D 38 2A 3F 1B
Octal 161 127 32 0 27 115 70 52 77 33
Binary 1110001 1010111 11010 0 10111 1001101 111000 101010 111111 11011

Color Harmonies of #71571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71571A

Black with #71571A

Text Example


Text Example

White with #71571A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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