Html Css Color HEX #482200 Brown Pod

📋 copy color: '#482200'

red 72 ◦ green 34 ◦ blue 0

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

Shades of Brown Pod #482200

Tints of Brown Pod #482200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.92%
G = 32.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#482200 (or 0x482200) is known color: Brown Pod. HEX triplet: 48, 22 and 00. RGB value is (72,34,0). Sum of RGB (Red+Green+Blue) = 72+34+0=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #482200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482200 is #B7DDFF. Grayscale: #292929. Windows color (decimal): -12049920 or 8776. OLE color: 8776.

HSL color Cylindrical-coordinate representation of color #482200: hue angle of 28.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #482200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 0 -
CMYK 0 0.53 1 0.72
HSL 28.33º 1% 0.14% -
HSV(B) 28.33º 1% 0.28% -
XYZ 3.24 2.52 0.32 -
YUV 41.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 72 34 0 0 0.53 1 0.72 28.33 1 0.14
Hex 48 22 0 0 35 64 48 1C 64 E
Octal 110 42 0 0 65 144 110 34 144 16
Binary 1001000 100010 0 0 110101 1100100 1001000 11100 1100100 1110

Color Harmonies of #482200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482200

Black with #482200

Text Example


Text Example

White with #482200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482200; }

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

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

background-color css

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

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

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

border-color css

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

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

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