Html Css Color HEX #472318 Brown Pod

📋 copy color: '#472318'

red 71 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #472318

Tints of Brown Pod #472318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.92%

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

R = 54.62%
G = 26.92%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472318 (or 0x472318) is known color: Brown Pod. HEX triplet: 47, 23 and 18. RGB value is (71,35,24). Sum of RGB (Red+Green+Blue) = 71+35+24=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472318 is #B8DCE7. Grayscale: #2C2C2C. Windows color (decimal): -12115176 or 1581895. OLE color: 1581895.

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

Color convert

RGB 71 35 24 -
CMYK 0 0.51 0.66 0.72
HSL 14.04º 0.49% 0.19% -
HSV(B) 14.04º 0.66% 0.28% -
XYZ 3.36 2.61 1.19 -
YUV 44.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 71 35 24 0 0.51 0.66 0.72 14.04 0.49 0.19
Hex 47 23 18 0 33 42 48 E 31 13
Octal 107 43 30 0 63 102 110 16 61 23
Binary 1000111 100011 11000 0 110011 1000010 1001000 1110 110001 10011

Color Harmonies of #472318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472318

Black with #472318

Text Example


Text Example

White with #472318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472318; }

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

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

background-color css

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

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

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

border-color css

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

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

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