Html Css Color HEX #472612 Brown Pod

📋 copy color: '#472612'

red 71 ◦ green 38 ◦ blue 18

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

Shades of Brown Pod #472612

Tints of Brown Pod #472612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

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

R = 55.91%
G = 29.92%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472612 (or 0x472612) is known color: Brown Pod. HEX triplet: 47, 26 and 12. RGB value is (71,38,18). Sum of RGB (Red+Green+Blue) = 71+38+18=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472612 is #B8D9ED. Grayscale: #2D2D2D. Windows color (decimal): -12114414 or 1189447. OLE color: 1189447.

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

Color convert

RGB 71 38 18 -
CMYK 0 0.46 0.75 0.72
HSL 22.64º 0.6% 0.17% -
HSV(B) 22.64º 0.75% 0.28% -
XYZ 3.4 2.77 0.93 -
YUV 45.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 71 38 18 0 0.46 0.75 0.72 22.64 0.6 0.17
Hex 47 26 12 0 2E 4B 48 17 3C 11
Octal 107 46 22 0 56 113 110 27 74 21
Binary 1000111 100110 10010 0 101110 1001011 1001000 10111 111100 10001

Color Harmonies of #472612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472612

Black with #472612

Text Example


Text Example

White with #472612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472612; }

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

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

background-color css

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

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

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

border-color css

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

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

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