Html Css Color HEX #48210F Brown Pod

📋 copy color: '#48210F'

red 72 ◦ green 33 ◦ blue 15

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

Shades of Brown Pod #48210F

Tints of Brown Pod #48210F

RGB

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

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

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

R = 60%
G = 27.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48210F (or 0x48210F) is known color: Brown Pod. HEX triplet: 48, 21 and 0F. RGB value is (72,33,15). Sum of RGB (Red+Green+Blue) = 72+33+15=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48210F is #B7DEF0. Grayscale: #2A2A2A. Windows color (decimal): -12050161 or 991560. OLE color: 991560.

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

Color convert

RGB 72 33 15 -
CMYK 0 0.54 0.79 0.72
HSL 18.95º 0.66% 0.17% -
HSV(B) 18.95º 0.79% 0.28% -
XYZ 3.3 2.5 0.76 -
YUV 42.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 72 33 15 0 0.54 0.79 0.72 18.95 0.66 0.17
Hex 48 21 F 0 36 4F 48 13 42 11
Octal 110 41 17 0 66 117 110 23 102 21
Binary 1001000 100001 1111 0 110110 1001111 1001000 10011 1000010 10001

Color Harmonies of #48210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48210F

Black with #48210F

Text Example


Text Example

White with #48210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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