Html Css Color HEX #482308 Brown Pod

📋 copy color: '#482308'

red 72 ◦ green 35 ◦ blue 8

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

Shades of Brown Pod #482308

Tints of Brown Pod #482308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 62.61%
G = 30.43%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482308 (or 0x482308) is known color: Brown Pod. HEX triplet: 48, 23 and 08. RGB value is (72,35,8). Sum of RGB (Red+Green+Blue) = 72+35+8=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482308 is #B7DCF7. Grayscale: #2B2B2B. Windows color (decimal): -12049656 or 533320. OLE color: 533320.

HSL color Cylindrical-coordinate representation of color #482308: hue angle of 25.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #482308 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 8 -
CMYK 0 0.51 0.89 0.72
HSL 25.31º 0.8% 0.16% -
HSV(B) 25.31º 0.89% 0.28% -
XYZ 3.32 2.6 0.56 -
YUV 42.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 72 35 8 0 0.51 0.89 0.72 25.31 0.8 0.16
Hex 48 23 8 0 33 59 48 19 50 10
Octal 110 43 10 0 63 131 110 31 120 20
Binary 1001000 100011 1000 0 110011 1011001 1001000 11001 1010000 10000

Color Harmonies of #482308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482308

Black with #482308

Text Example


Text Example

White with #482308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482308; }

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

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

background-color css

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

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

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

border-color css

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

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

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