Html Css Color HEX #482318 Brown Pod

📋 copy color: '#482318'

red 72 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #482318

Tints of Brown Pod #482318

RGB

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

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

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

R = 54.96%
G = 26.72%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482318 (or 0x482318) is known color: Brown Pod. HEX triplet: 48, 23 and 18. RGB value is (72,35,24). Sum of RGB (Red+Green+Blue) = 72+35+24=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482318 is #B7DCE7. Grayscale: #2C2C2C. Windows color (decimal): -12049640 or 1581896. OLE color: 1581896.

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

Color convert

RGB 72 35 24 -
CMYK 0 0.51 0.67 0.72
HSL 13.75º 0.5% 0.19% -
HSV(B) 13.75º 0.67% 0.28% -
XYZ 3.44 2.65 1.19 -
YUV 44.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 72 35 24 0 0.51 0.67 0.72 13.75 0.5 0.19
Hex 48 23 18 0 33 43 48 E 32 13
Octal 110 43 30 0 63 103 110 16 62 23
Binary 1001000 100011 11000 0 110011 1000011 1001000 1110 110010 10011

Color Harmonies of #482318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482318

Black with #482318

Text Example


Text Example

White with #482318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482318; }

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

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

background-color css

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

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

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

border-color css

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

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

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