Html Css Color HEX #48220F Brown Pod

📋 copy color: '#48220F'

red 72 ◦ green 34 ◦ blue 15

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

Shades of Brown Pod #48220F

Tints of Brown Pod #48220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 59.5%
G = 28.1%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48220F (or 0x48220F) is known color: Brown Pod. HEX triplet: 48, 22 and 0F. RGB value is (72,34,15). Sum of RGB (Red+Green+Blue) = 72+34+15=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220F is #B7DDF0. Grayscale: #2B2B2B. Windows color (decimal): -12049905 or 991816. OLE color: 991816.

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

Color convert

RGB 72 34 15 -
CMYK 0 0.53 0.79 0.72
HSL 20º 0.66% 0.17% -
HSV(B) 20º 0.79% 0.28% -
XYZ 3.33 2.56 0.77 -
YUV 43.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 72 34 15 0 0.53 0.79 0.72 20 0.66 0.17
Hex 48 22 F 0 35 4F 48 14 42 11
Octal 110 42 17 0 65 117 110 24 102 21
Binary 1001000 100010 1111 0 110101 1001111 1001000 10100 1000010 10001

Color Harmonies of #48220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48220F

Black with #48220F

Text Example


Text Example

White with #48220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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