Html Css Color HEX #71511B Raw Umber

📋 copy color: '#71511B'

red 113 ◦ green 81 ◦ blue 27

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

Shades of Raw Umber #71511B

Tints of Raw Umber #71511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 51.13%
G = 36.65%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71511B (or 0x71511B) is known color: Raw Umber. HEX triplet: 71, 51 and 1B. RGB value is (113,81,27). Sum of RGB (Red+Green+Blue) = 113+81+27=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71511B is #8EAEE4. Grayscale: #545454. Windows color (decimal): -9350885 or 1790321. OLE color: 1790321.

HSL color Cylindrical-coordinate representation of color #71511B: hue angle of 37.67º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71511B is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 27 -
CMYK 0 0.28 0.76 0.56
HSL 37.67º 0.61% 0.27% -
HSV(B) 37.67º 0.76% 0.44% -
XYZ 9.95 9.47 2.34 -
YUV 84.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 113 81 27 0 0.28 0.76 0.56 37.67 0.61 0.27
Hex 71 51 1B 0 1C 4C 38 26 3D 1B
Octal 161 121 33 0 34 114 70 46 75 33
Binary 1110001 1010001 11011 0 11100 1001100 111000 100110 111101 11011

Color Harmonies of #71511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71511B

Black with #71511B

Text Example


Text Example

White with #71511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71511B; }

 p { color: rgb(113,81,27); }

 H1.HeaderClassName
 {
   color: #71511B;
 }
 .AnyTagClassName
 {
   color: #71511B;
 }
</style>

background-color css

<style>
 a { background-color: #71511B; }

 a { background-color: rgb(113,81,27); }

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

border-color css

<style>
 span { border-color: #71511B; }

 span { border-color: rgb(113,81,27); }

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