Html Css Color HEX #48221A Brown Pod

📋 copy color: '#48221A'

red 72 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #48221A

Tints of Brown Pod #48221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 54.55%
G = 25.76%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48221A (or 0x48221A) is known color: Brown Pod. HEX triplet: 48, 22 and 1A. RGB value is (72,34,26). Sum of RGB (Red+Green+Blue) = 72+34+26=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221A is #B7DDE5. Grayscale: #2C2C2C. Windows color (decimal): -12049894 or 1712712. OLE color: 1712712.

HSL color Cylindrical-coordinate representation of color #48221A: hue angle of 10.43º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48221A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 26 -
CMYK 0 0.53 0.64 0.72
HSL 10.43º 0.47% 0.19% -
HSV(B) 10.43º 0.64% 0.28% -
XYZ 3.43 2.6 1.3 -
YUV 44.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 72 34 26 0 0.53 0.64 0.72 10.43 0.47 0.19
Hex 48 22 1A 0 35 40 48 A 2F 13
Octal 110 42 32 0 65 100 110 12 57 23
Binary 1001000 100010 11010 0 110101 1000000 1001000 1010 101111 10011

Color Harmonies of #48221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48221A

Black with #48221A

Text Example


Text Example

White with #48221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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