Html Css Color HEX #48251C Brown Pod

📋 copy color: '#48251C'

red 72 ◦ green 37 ◦ blue 28

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

Shades of Brown Pod #48251C

Tints of Brown Pod #48251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.01%

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

R = 52.55%
G = 27.01%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48251C (or 0x48251C) is known color: Brown Pod. HEX triplet: 48, 25 and 1C. RGB value is (72,37,28). Sum of RGB (Red+Green+Blue) = 72+37+28=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48251C is #B7DAE3. Grayscale: #2E2E2E. Windows color (decimal): -12049124 or 1844552. OLE color: 1844552.

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

Color convert

RGB 72 37 28 -
CMYK 0 0.49 0.61 0.72
HSL 12.27º 0.44% 0.2% -
HSV(B) 12.27º 0.61% 0.28% -
XYZ 3.54 2.78 1.45 -
YUV 46.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 72 37 28 0 0.49 0.61 0.72 12.27 0.44 0.2
Hex 48 25 1C 0 31 3D 48 C 2C 14
Octal 110 45 34 0 61 75 110 14 54 24
Binary 1001000 100101 11100 0 110001 111101 1001000 1100 101100 10100

Color Harmonies of #48251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48251C

Black with #48251C

Text Example


Text Example

White with #48251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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