Html Css Color HEX #471B12 Brown Pod

📋 copy color: '#471B12'

red 71 ◦ green 27 ◦ blue 18

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

Shades of Brown Pod #471B12

Tints of Brown Pod #471B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 61.21%
G = 23.28%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471B12 (or 0x471B12) is known color: Brown Pod. HEX triplet: 47, 1B and 12. RGB value is (71,27,18). Sum of RGB (Red+Green+Blue) = 71+27+18=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B12 is #B8E4ED. Grayscale: #272727. Windows color (decimal): -12117230 or 1186631. OLE color: 1186631.

HSL color Cylindrical-coordinate representation of color #471B12: hue angle of 10.19º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471B12 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 18 -
CMYK 0 0.62 0.75 0.72
HSL 10.19º 0.6% 0.17% -
HSV(B) 10.19º 0.75% 0.28% -
XYZ 3.1 2.17 0.83 -
YUV 39.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 71 27 18 0 0.62 0.75 0.72 10.19 0.6 0.17
Hex 47 1B 12 0 3E 4B 48 A 3C 11
Octal 107 33 22 0 76 113 110 12 74 21
Binary 1000111 11011 10010 0 111110 1001011 1001000 1010 111100 10001

Color Harmonies of #471B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B12

Black with #471B12

Text Example


Text Example

White with #471B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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