Html Css Color HEX #471C12 Brown Pod

📋 copy color: '#471C12'

red 71 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #471C12

Tints of Brown Pod #471C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.93%

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

R = 60.68%
G = 23.93%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471C12 (or 0x471C12) is known color: Brown Pod. HEX triplet: 47, 1C and 12. RGB value is (71,28,18). Sum of RGB (Red+Green+Blue) = 71+28+18=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C12 is #B8E3ED. Grayscale: #272727. Windows color (decimal): -12116974 or 1186887. OLE color: 1186887.

HSL color Cylindrical-coordinate representation of color #471C12: hue angle of 11.32º 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 #471C12 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 18 -
CMYK 0 0.61 0.75 0.72
HSL 11.32º 0.6% 0.17% -
HSV(B) 11.32º 0.75% 0.28% -
XYZ 3.12 2.21 0.83 -
YUV 39.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 71 28 18 0 0.61 0.75 0.72 11.32 0.6 0.17
Hex 47 1C 12 0 3D 4B 48 B 3C 11
Octal 107 34 22 0 75 113 110 13 74 21
Binary 1000111 11100 10010 0 111101 1001011 1001000 1011 111100 10001

Color Harmonies of #471C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C12

Black with #471C12

Text Example


Text Example

White with #471C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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