Html Css Color HEX #471A0C Brown Pod

📋 copy color: '#471A0C'

red 71 ◦ green 26 ◦ blue 12

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

Shades of Brown Pod #471A0C

Tints of Brown Pod #471A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.85%

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 65.14%
G = 23.85%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#471A0C (or 0x471A0C) is known color: Brown Pod. HEX triplet: 47, 1A and 0C. RGB value is (71,26,12). Sum of RGB (Red+Green+Blue) = 71+26+12=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A0C is #B8E5F3. Grayscale: #252525. Windows color (decimal): -12117492 or 793159. OLE color: 793159.

HSL color Cylindrical-coordinate representation of color #471A0C: hue angle of 14.24º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471A0C is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 12 -
CMYK 0 0.63 0.83 0.72
HSL 14.24º 0.71% 0.16% -
HSV(B) 14.24º 0.83% 0.28% -
XYZ 3.03 2.1 0.59 -
YUV 37.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 71 26 12 0 0.63 0.83 0.72 14.24 0.71 0.16
Hex 47 1A C 0 3F 53 48 E 47 10
Octal 107 32 14 0 77 123 110 16 107 20
Binary 1000111 11010 1100 0 111111 1010011 1001000 1110 1000111 10000

Color Harmonies of #471A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A0C

Black with #471A0C

Text Example


Text Example

White with #471A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,12); }

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

background-color css

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

 a { background-color: rgb(71,26,12); }

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

border-color css

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

 span { border-color: rgb(71,26,12); }

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