Html Css Color HEX #48231C Brown Pod

📋 copy color: '#48231C'

red 72 ◦ green 35 ◦ blue 28

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

Shades of Brown Pod #48231C

Tints of Brown Pod #48231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

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

R = 53.33%
G = 25.93%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48231C (or 0x48231C) is known color: Brown Pod. HEX triplet: 48, 23 and 1C. RGB value is (72,35,28). Sum of RGB (Red+Green+Blue) = 72+35+28=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231C is #B7DCE3. Grayscale: #2D2D2D. Windows color (decimal): -12049636 or 1844040. OLE color: 1844040.

HSL color Cylindrical-coordinate representation of color #48231C: hue angle of 9.55º 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 #48231C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 28 -
CMYK 0 0.51 0.61 0.72
HSL 9.55º 0.44% 0.2% -
HSV(B) 9.55º 0.61% 0.28% -
XYZ 3.48 2.66 1.43 -
YUV 45.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 72 35 28 0 0.51 0.61 0.72 9.55 0.44 0.2
Hex 48 23 1C 0 33 3D 48 A 2C 14
Octal 110 43 34 0 63 75 110 12 54 24
Binary 1001000 100011 11100 0 110011 111101 1001000 1010 101100 10100

Color Harmonies of #48231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48231C

Black with #48231C

Text Example


Text Example

White with #48231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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