Html Css Color HEX #71541C Raw Umber

📋 copy color: '#71541C'

red 113 ◦ green 84 ◦ blue 28

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

Shades of Raw Umber #71541C

Tints of Raw Umber #71541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 50.22%
G = 37.33%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71541C (or 0x71541C) is known color: Raw Umber. HEX triplet: 71, 54 and 1C. RGB value is (113,84,28). Sum of RGB (Red+Green+Blue) = 113+84+28=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71541C is #8EABE3. Grayscale: #565656. Windows color (decimal): -9350116 or 1856625. OLE color: 1856625.

HSL color Cylindrical-coordinate representation of color #71541C: hue angle of 39.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71541C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 28 -
CMYK 0 0.26 0.75 0.56
HSL 39.53º 0.6% 0.28% -
HSV(B) 39.53º 0.75% 0.44% -
XYZ 10.19 9.94 2.48 -
YUV 86.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 113 84 28 0 0.26 0.75 0.56 39.53 0.6 0.28
Hex 71 54 1C 0 1A 4B 38 28 3C 1C
Octal 161 124 34 0 32 113 70 50 74 34
Binary 1110001 1010100 11100 0 11010 1001011 111000 101000 111100 11100

Color Harmonies of #71541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71541C

Black with #71541C

Text Example


Text Example

White with #71541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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