Html Css Color HEX #482618 Brown Pod

📋 copy color: '#482618'

red 72 ◦ green 38 ◦ blue 24

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

Shades of Brown Pod #482618

Tints of Brown Pod #482618

RGB

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

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

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

R = 53.73%
G = 28.36%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482618 (or 0x482618) is known color: Brown Pod. HEX triplet: 48, 26 and 18. RGB value is (72,38,24). Sum of RGB (Red+Green+Blue) = 72+38+24=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482618 is #B7D9E7. Grayscale: #2E2E2E. Windows color (decimal): -12048872 or 1582664. OLE color: 1582664.

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

Color convert

RGB 72 38 24 -
CMYK 0 0.47 0.67 0.72
HSL 17.5º 0.5% 0.19% -
HSV(B) 17.5º 0.67% 0.28% -
XYZ 3.53 2.83 1.22 -
YUV 46.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 72 38 24 0 0.47 0.67 0.72 17.5 0.5 0.19
Hex 48 26 18 0 2F 43 48 12 32 13
Octal 110 46 30 0 57 103 110 22 62 23
Binary 1001000 100110 11000 0 101111 1000011 1001000 10010 110010 10011

Color Harmonies of #482618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482618

Black with #482618

Text Example


Text Example

White with #482618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482618; }

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

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

background-color css

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

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

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

border-color css

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

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

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