Html Css Color HEX #48220A Brown Pod

📋 copy color: '#48220A'

red 72 ◦ green 34 ◦ blue 10

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

Shades of Brown Pod #48220A

Tints of Brown Pod #48220A

RGB

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

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

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

R = 62.07%
G = 29.31%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48220A (or 0x48220A) is known color: Brown Pod. HEX triplet: 48, 22 and 0A. RGB value is (72,34,10). Sum of RGB (Red+Green+Blue) = 72+34+10=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220A is #B7DDF5. Grayscale: #2A2A2A. Windows color (decimal): -12049910 or 664136. OLE color: 664136.

HSL color Cylindrical-coordinate representation of color #48220A: hue angle of 23.23º 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 #48220A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 10 -
CMYK 0 0.53 0.86 0.72
HSL 23.23º 0.76% 0.16% -
HSV(B) 23.23º 0.86% 0.28% -
XYZ 3.3 2.54 0.6 -
YUV 42.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 72 34 10 0 0.53 0.86 0.72 23.23 0.76 0.16
Hex 48 22 A 0 35 56 48 17 4C 10
Octal 110 42 12 0 65 126 110 27 114 20
Binary 1001000 100010 1010 0 110101 1010110 1001000 10111 1001100 10000

Color Harmonies of #48220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48220A

Black with #48220A

Text Example


Text Example

White with #48220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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