Html Css Color HEX #482202 Brown Pod

📋 copy color: '#482202'

red 72 ◦ green 34 ◦ blue 2

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

Shades of Brown Pod #482202

Tints of Brown Pod #482202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.85%

R = 66.67%
G = 31.48%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482202 (or 0x482202) is known color: Brown Pod. HEX triplet: 48, 22 and 02. RGB value is (72,34,2). Sum of RGB (Red+Green+Blue) = 72+34+2=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #482202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482202 is #B7DDFD. Grayscale: #292929. Windows color (decimal): -12049918 or 139848. OLE color: 139848.

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

Color convert

RGB 72 34 2 -
CMYK 0 0.53 0.97 0.72
HSL 27.43º 0.95% 0.15% -
HSV(B) 27.43º 0.97% 0.28% -
XYZ 3.26 2.53 0.37 -
YUV 41.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 72 34 2 0 0.53 0.97 0.72 27.43 0.95 0.15
Hex 48 22 2 0 35 61 48 1B 5F F
Octal 110 42 2 0 65 141 110 33 137 17
Binary 1001000 100010 10 0 110101 1100001 1001000 11011 1011111 1111

Color Harmonies of #482202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482202

Black with #482202

Text Example


Text Example

White with #482202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482202; }

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

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

background-color css

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

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

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

border-color css

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

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

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