Html Css Color HEX #471D12 Brown Pod

📋 copy color: '#471D12'

red 71 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #471D12

Tints of Brown Pod #471D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.58%

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

R = 60.17%
G = 24.58%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471D12 (or 0x471D12) is known color: Brown Pod. HEX triplet: 47, 1D and 12. RGB value is (71,29,18). Sum of RGB (Red+Green+Blue) = 71+29+18=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D12 is #B8E2ED. Grayscale: #282828. Windows color (decimal): -12116718 or 1187143. OLE color: 1187143.

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

Color convert

RGB 71 29 18 -
CMYK 0 0.59 0.75 0.72
HSL 12.45º 0.6% 0.17% -
HSV(B) 12.45º 0.75% 0.28% -
XYZ 3.15 2.26 0.84 -
YUV 40.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 71 29 18 0 0.59 0.75 0.72 12.45 0.6 0.17
Hex 47 1D 12 0 3B 4B 48 C 3C 11
Octal 107 35 22 0 73 113 110 14 74 21
Binary 1000111 11101 10010 0 111011 1001011 1001000 1100 111100 10001

Color Harmonies of #471D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D12

Black with #471D12

Text Example


Text Example

White with #471D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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