Html Css Color HEX #471812 Brown Pod

📋 copy color: '#471812'

red 71 ◦ green 24 ◦ blue 18

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

Shades of Brown Pod #471812

Tints of Brown Pod #471812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 62.83%
G = 21.24%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471812 (or 0x471812) is known color: Brown Pod. HEX triplet: 47, 18 and 12. RGB value is (71,24,18). Sum of RGB (Red+Green+Blue) = 71+24+18=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471812 is #B8E7ED. Grayscale: #252525. Windows color (decimal): -12117998 or 1185863. OLE color: 1185863.

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

Color convert

RGB 71 24 18 -
CMYK 0 0.66 0.75 0.72
HSL 6.79º 0.6% 0.17% -
HSV(B) 6.79º 0.75% 0.28% -
XYZ 3.03 2.04 0.81 -
YUV 37.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 71 24 18 0 0.66 0.75 0.72 6.79 0.6 0.17
Hex 47 18 12 0 42 4B 48 7 3C 11
Octal 107 30 22 0 102 113 110 7 74 21
Binary 1000111 11000 10010 0 1000010 1001011 1001000 111 111100 10001

Color Harmonies of #471812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471812

Black with #471812

Text Example


Text Example

White with #471812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471812; }

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

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

background-color css

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

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

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

border-color css

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

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

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