Html Css Color HEX #472618 Brown Pod

📋 copy color: '#472618'

red 71 ◦ green 38 ◦ blue 24

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

Shades of Brown Pod #472618

Tints of Brown Pod #472618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 53.38%
G = 28.57%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472618 (or 0x472618) is known color: Brown Pod. HEX triplet: 47, 26 and 18. RGB value is (71,38,24). Sum of RGB (Red+Green+Blue) = 71+38+24=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472618 is #B8D9E7. Grayscale: #2E2E2E. Windows color (decimal): -12114408 or 1582663. OLE color: 1582663.

HSL color Cylindrical-coordinate representation of color #472618: hue angle of 17.87º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472618 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 24 -
CMYK 0 0.46 0.66 0.72
HSL 17.87º 0.49% 0.19% -
HSV(B) 17.87º 0.66% 0.28% -
XYZ 3.46 2.79 1.22 -
YUV 46.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 71 38 24 0 0.46 0.66 0.72 17.87 0.49 0.19
Hex 47 26 18 0 2E 42 48 12 31 13
Octal 107 46 30 0 56 102 110 22 61 23
Binary 1000111 100110 11000 0 101110 1000010 1001000 10010 110001 10011

Color Harmonies of #472618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472618

Black with #472618

Text Example


Text Example

White with #472618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472618; }

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

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

background-color css

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

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

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

border-color css

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

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

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