Html Css Color HEX #48241D Brown Pod

📋 copy color: '#48241D'

red 72 ◦ green 36 ◦ blue 29

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

Shades of Brown Pod #48241D

Tints of Brown Pod #48241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 52.55%
G = 26.28%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48241D (or 0x48241D) is known color: Brown Pod. HEX triplet: 48, 24 and 1D. RGB value is (72,36,29). Sum of RGB (Red+Green+Blue) = 72+36+29=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241D is #B7DBE2. Grayscale: #2E2E2E. Windows color (decimal): -12049379 or 1909832. OLE color: 1909832.

HSL color Cylindrical-coordinate representation of color #48241D: hue angle of 9.77º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48241D is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 29 -
CMYK 0 0.5 0.60 0.72
HSL 9.77º 0.43% 0.2% -
HSV(B) 9.77º 0.6% 0.28% -
XYZ 3.53 2.73 1.5 -
YUV 45.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 72 36 29 0 0.5 0.60 0.72 9.77 0.43 0.2
Hex 48 24 1D 0 32 3C 48 A 2B 14
Octal 110 44 35 0 62 74 110 12 53 24
Binary 1001000 100100 11101 0 110010 111100 1001000 1010 101011 10100

Color Harmonies of #48241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48241D

Black with #48241D

Text Example


Text Example

White with #48241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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