Html Css Color HEX #48210D Brown Pod

📋 copy color: '#48210D'

red 72 ◦ green 33 ◦ blue 13

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

Shades of Brown Pod #48210D

Tints of Brown Pod #48210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 61.02%
G = 27.97%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48210D (or 0x48210D) is known color: Brown Pod. HEX triplet: 48, 21 and 0D. RGB value is (72,33,13). Sum of RGB (Red+Green+Blue) = 72+33+13=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48210D is #B7DEF2. Grayscale: #2A2A2A. Windows color (decimal): -12050163 or 860488. OLE color: 860488.

HSL color Cylindrical-coordinate representation of color #48210D: hue angle of 20.34º 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 #48210D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 13 -
CMYK 0 0.54 0.82 0.72
HSL 20.34º 0.69% 0.17% -
HSV(B) 20.34º 0.82% 0.28% -
XYZ 3.29 2.49 0.69 -
YUV 42.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 72 33 13 0 0.54 0.82 0.72 20.34 0.69 0.17
Hex 48 21 D 0 36 52 48 14 45 11
Octal 110 41 15 0 66 122 110 24 105 21
Binary 1001000 100001 1101 0 110110 1010010 1001000 10100 1000101 10001

Color Harmonies of #48210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48210D

Black with #48210D

Text Example


Text Example

White with #48210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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