Html Css Color HEX #48200A Brown Pod

📋 copy color: '#48200A'

red 72 ◦ green 32 ◦ blue 10

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

Shades of Brown Pod #48200A

Tints of Brown Pod #48200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 63.16%
G = 28.07%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48200A (or 0x48200A) is known color: Brown Pod. HEX triplet: 48, 20 and 0A. RGB value is (72,32,10). Sum of RGB (Red+Green+Blue) = 72+32+10=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #48200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48200A is #B7DFF5. Grayscale: #292929. Windows color (decimal): -12050422 or 663624. OLE color: 663624.

HSL color Cylindrical-coordinate representation of color #48200A: hue angle of 21.29º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48200A is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 10 -
CMYK 0 0.56 0.86 0.72
HSL 21.29º 0.76% 0.16% -
HSV(B) 21.29º 0.86% 0.28% -
XYZ 3.24 2.43 0.59 -
YUV 41.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 72 32 10 0 0.56 0.86 0.72 21.29 0.76 0.16
Hex 48 20 A 0 38 56 48 15 4C 10
Octal 110 40 12 0 70 126 110 25 114 20
Binary 1001000 100000 1010 0 111000 1010110 1001000 10101 1001100 10000

Color Harmonies of #48200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48200A

Black with #48200A

Text Example


Text Example

White with #48200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48200A; }

 p { color: rgb(72,32,10); }

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

background-color css

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

 a { background-color: rgb(72,32,10); }

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

border-color css

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

 span { border-color: rgb(72,32,10); }

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