Html Css Color HEX #482218 Brown Pod

📋 copy color: '#482218'

red 72 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #482218

Tints of Brown Pod #482218

RGB

 RED value IS 72 (28.52% from 255) = 55.38%

 GREEN value IS 34 (13.67% from 255) = 26.15%

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

R = 55.38%
G = 26.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482218 (or 0x482218) is known color: Brown Pod. HEX triplet: 48, 22 and 18. RGB value is (72,34,24). Sum of RGB (Red+Green+Blue) = 72+34+24=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482218 is #B7DDE7. Grayscale: #2C2C2C. Windows color (decimal): -12049896 or 1581640. OLE color: 1581640.

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

Color convert

RGB 72 34 24 -
CMYK 0 0.53 0.67 0.72
HSL 12.5º 0.5% 0.19% -
HSV(B) 12.5º 0.67% 0.28% -
XYZ 3.41 2.59 1.18 -
YUV 44.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 72 34 24 0 0.53 0.67 0.72 12.5 0.5 0.19
Hex 48 22 18 0 35 43 48 C 32 13
Octal 110 42 30 0 65 103 110 14 62 23
Binary 1001000 100010 11000 0 110101 1000011 1001000 1100 110010 10011

Color Harmonies of #482218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482218

Black with #482218

Text Example


Text Example

White with #482218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482218; }

 p { color: rgb(72,34,24); }

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

background-color css

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

 a { background-color: rgb(72,34,24); }

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

border-color css

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

 span { border-color: rgb(72,34,24); }

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