Html Css Color HEX #482201 Brown Pod

📋 copy color: '#482201'

red 72 ◦ green 34 ◦ blue 1

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

Shades of Brown Pod #482201

Tints of Brown Pod #482201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 67.29%
G = 31.78%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482201 (or 0x482201) is known color: Brown Pod. HEX triplet: 48, 22 and 01. RGB value is (72,34,1). Sum of RGB (Red+Green+Blue) = 72+34+1=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #482201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482201 is #B7DDFE. Grayscale: #292929. Windows color (decimal): -12049919 or 74312. OLE color: 74312.

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

Color convert

RGB 72 34 1 -
CMYK 0 0.53 0.99 0.72
HSL 27.89º 0.97% 0.14% -
HSV(B) 27.89º 0.99% 0.28% -
XYZ 3.25 2.52 0.34 -
YUV 41.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 72 34 1 0 0.53 0.99 0.72 27.89 0.97 0.14
Hex 48 22 1 0 35 63 48 1C 61 E
Octal 110 42 1 0 65 143 110 34 141 16
Binary 1001000 100010 1 0 110101 1100011 1001000 11100 1100001 1110

Color Harmonies of #482201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482201

Black with #482201

Text Example


Text Example

White with #482201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482201; }

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

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

background-color css

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

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

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

border-color css

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

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

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