Html Css Color HEX #48220D Brown Pod

📋 copy color: '#48220D'

red 72 ◦ green 34 ◦ blue 13

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

Shades of Brown Pod #48220D

Tints of Brown Pod #48220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.92%

R = 60.5%
G = 28.57%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48220D (or 0x48220D) is known color: Brown Pod. HEX triplet: 48, 22 and 0D. RGB value is (72,34,13). Sum of RGB (Red+Green+Blue) = 72+34+13=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220D is #B7DDF2. Grayscale: #2B2B2B. Windows color (decimal): -12049907 or 860744. OLE color: 860744.

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

Color convert

RGB 72 34 13 -
CMYK 0 0.53 0.82 0.72
HSL 21.36º 0.69% 0.17% -
HSV(B) 21.36º 0.82% 0.28% -
XYZ 3.32 2.55 0.7 -
YUV 42.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 72 34 13 0 0.53 0.82 0.72 21.36 0.69 0.17
Hex 48 22 D 0 35 52 48 15 45 11
Octal 110 42 15 0 65 122 110 25 105 21
Binary 1001000 100010 1101 0 110101 1010010 1001000 10101 1000101 10001

Color Harmonies of #48220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48220D

Black with #48220D

Text Example


Text Example

White with #48220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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