Html Css Color HEX #482118 Brown Pod

📋 copy color: '#482118'

red 72 ◦ green 33 ◦ blue 24

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

Shades of Brown Pod #482118

Tints of Brown Pod #482118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.58%

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

R = 55.81%
G = 25.58%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482118 (or 0x482118) is known color: Brown Pod. HEX triplet: 48, 21 and 18. RGB value is (72,33,24). Sum of RGB (Red+Green+Blue) = 72+33+24=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482118 is #B7DEE7. Grayscale: #2B2B2B. Windows color (decimal): -12050152 or 1581384. OLE color: 1581384.

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

Color convert

RGB 72 33 24 -
CMYK 0 0.54 0.67 0.72
HSL 11.25º 0.5% 0.19% -
HSV(B) 11.25º 0.67% 0.28% -
XYZ 3.38 2.53 1.17 -
YUV 43.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 72 33 24 0 0.54 0.67 0.72 11.25 0.5 0.19
Hex 48 21 18 0 36 43 48 B 32 13
Octal 110 41 30 0 66 103 110 13 62 23
Binary 1001000 100001 11000 0 110110 1000011 1001000 1011 110010 10011

Color Harmonies of #482118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482118

Black with #482118

Text Example


Text Example

White with #482118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482118; }

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

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

background-color css

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

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

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

border-color css

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

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

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