Html Css Color HEX #48241C Brown Pod

📋 copy color: '#48241C'

red 72 ◦ green 36 ◦ blue 28

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

Shades of Brown Pod #48241C

Tints of Brown Pod #48241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 52.94%
G = 26.47%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48241C (or 0x48241C) is known color: Brown Pod. HEX triplet: 48, 24 and 1C. RGB value is (72,36,28). Sum of RGB (Red+Green+Blue) = 72+36+28=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241C is #B7DBE3. Grayscale: #2D2D2D. Windows color (decimal): -12049380 or 1844296. OLE color: 1844296.

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

Color convert

RGB 72 36 28 -
CMYK 0 0.5 0.61 0.72
HSL 10.91º 0.44% 0.2% -
HSV(B) 10.91º 0.61% 0.28% -
XYZ 3.51 2.72 1.44 -
YUV 45.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 72 36 28 0 0.5 0.61 0.72 10.91 0.44 0.2
Hex 48 24 1C 0 32 3D 48 B 2C 14
Octal 110 44 34 0 62 75 110 13 54 24
Binary 1001000 100100 11100 0 110010 111101 1001000 1011 101100 10100

Color Harmonies of #48241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48241C

Black with #48241C

Text Example


Text Example

White with #48241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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