Html Css Color HEX #48241A Brown Pod

📋 copy color: '#48241A'

red 72 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #48241A

Tints of Brown Pod #48241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

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

R = 53.73%
G = 26.87%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48241A (or 0x48241A) is known color: Brown Pod. HEX triplet: 48, 24 and 1A. RGB value is (72,36,26). Sum of RGB (Red+Green+Blue) = 72+36+26=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241A is #B7DBE5. Grayscale: #2D2D2D. Windows color (decimal): -12049382 or 1713224. OLE color: 1713224.

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

Color convert

RGB 72 36 26 -
CMYK 0 0.5 0.64 0.72
HSL 13.04º 0.47% 0.19% -
HSV(B) 13.04º 0.64% 0.28% -
XYZ 3.49 2.71 1.32 -
YUV 45.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 72 36 26 0 0.5 0.64 0.72 13.04 0.47 0.19
Hex 48 24 1A 0 32 40 48 D 2F 13
Octal 110 44 32 0 62 100 110 15 57 23
Binary 1001000 100100 11010 0 110010 1000000 1001000 1101 101111 10011

Color Harmonies of #48241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48241A

Black with #48241A

Text Example


Text Example

White with #48241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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