Html Css Color HEX #471B15 Brown Pod

📋 copy color: '#471B15'

red 71 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #471B15

Tints of Brown Pod #471B15

RGB

 RED value IS 71 (28.13% from 255) = 59.66%

 GREEN value IS 27 (10.94% from 255) = 22.69%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 59.66%
G = 22.69%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#471B15 (or 0x471B15) is known color: Brown Pod. HEX triplet: 47, 1B and 15. RGB value is (71,27,21). Sum of RGB (Red+Green+Blue) = 71+27+21=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B15 is #B8E4EA. Grayscale: #272727. Windows color (decimal): -12117227 or 1383239. OLE color: 1383239.

HSL color Cylindrical-coordinate representation of color #471B15: hue angle of 7.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471B15 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 21 -
CMYK 0 0.62 0.70 0.72
HSL 7.2º 0.54% 0.18% -
HSV(B) 7.2º 0.7% 0.28% -
XYZ 3.13 2.18 0.97 -
YUV 39.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 71 27 21 0 0.62 0.70 0.72 7.2 0.54 0.18
Hex 47 1B 15 0 3E 46 48 7 36 12
Octal 107 33 25 0 76 106 110 7 66 22
Binary 1000111 11011 10101 0 111110 1000110 1001000 111 110110 10010

Color Harmonies of #471B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B15

Black with #471B15

Text Example


Text Example

White with #471B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B15; }

 p { color: rgb(71,27,21); }

 H1.HeaderClassName
 {
   color: #471B15;
 }
 .AnyTagClassName
 {
   color: #471B15;
 }
</style>

background-color css

<style>
 a { background-color: #471B15; }

 a { background-color: rgb(71,27,21); }

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

border-color css

<style>
 span { border-color: #471B15; }

 span { border-color: rgb(71,27,21); }

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