Html Css Color HEX #482208 Brown Pod

📋 copy color: '#482208'

red 72 ◦ green 34 ◦ blue 8

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

Shades of Brown Pod #482208

Tints of Brown Pod #482208

RGB

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

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

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

R = 63.16%
G = 29.82%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482208 (or 0x482208) is known color: Brown Pod. HEX triplet: 48, 22 and 08. RGB value is (72,34,8). Sum of RGB (Red+Green+Blue) = 72+34+8=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482208 is #B7DDF7. Grayscale: #2A2A2A. Windows color (decimal): -12049912 or 533064. OLE color: 533064.

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

Color convert

RGB 72 34 8 -
CMYK 0 0.53 0.89 0.72
HSL 24.38º 0.8% 0.16% -
HSV(B) 24.38º 0.89% 0.28% -
XYZ 3.29 2.54 0.55 -
YUV 42.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 72 34 8 0 0.53 0.89 0.72 24.38 0.8 0.16
Hex 48 22 8 0 35 59 48 18 50 10
Octal 110 42 10 0 65 131 110 30 120 20
Binary 1001000 100010 1000 0 110101 1011001 1001000 11000 1010000 10000

Color Harmonies of #482208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482208

Black with #482208

Text Example


Text Example

White with #482208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482208; }

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

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

background-color css

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

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

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

border-color css

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

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

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