Html Css Color HEX #48241E Brown Pod

📋 copy color: '#48241E'

red 72 ◦ green 36 ◦ blue 30

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

Shades of Brown Pod #48241E

Tints of Brown Pod #48241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.74%

R = 52.17%
G = 26.09%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48241E (or 0x48241E) is known color: Brown Pod. HEX triplet: 48, 24 and 1E. RGB value is (72,36,30). Sum of RGB (Red+Green+Blue) = 72+36+30=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241E is #B7DBE1. Grayscale: #2E2E2E. Windows color (decimal): -12049378 or 1975368. OLE color: 1975368.

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

Color convert

RGB 72 36 30 -
CMYK 0 0.5 0.58 0.72
HSL 8.57º 0.41% 0.2% -
HSV(B) 8.57º 0.58% 0.28% -
XYZ 3.54 2.73 1.57 -
YUV 46.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 72 36 30 0 0.5 0.58 0.72 8.57 0.41 0.2
Hex 48 24 1E 0 32 3A 48 9 29 14
Octal 110 44 36 0 62 72 110 11 51 24
Binary 1001000 100100 11110 0 110010 111010 1001000 1001 101001 10100

Color Harmonies of #48241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48241E

Black with #48241E

Text Example


Text Example

White with #48241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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