Html Css Color HEX #48261C Brown Pod

📋 copy color: '#48261C'

red 72 ◦ green 38 ◦ blue 28

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

Shades of Brown Pod #48261C

Tints of Brown Pod #48261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 52.17%
G = 27.54%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48261C (or 0x48261C) is known color: Brown Pod. HEX triplet: 48, 26 and 1C. RGB value is (72,38,28). Sum of RGB (Red+Green+Blue) = 72+38+28=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261C is #B7D9E3. Grayscale: #2F2F2F. Windows color (decimal): -12048868 or 1844808. OLE color: 1844808.

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

Color convert

RGB 72 38 28 -
CMYK 0 0.47 0.61 0.72
HSL 13.64º 0.44% 0.2% -
HSV(B) 13.64º 0.61% 0.28% -
XYZ 3.58 2.85 1.46 -
YUV 47.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 72 38 28 0 0.47 0.61 0.72 13.64 0.44 0.2
Hex 48 26 1C 0 2F 3D 48 E 2C 14
Octal 110 46 34 0 57 75 110 16 54 24
Binary 1001000 100110 11100 0 101111 111101 1001000 1110 101100 10100

Color Harmonies of #48261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48261C

Black with #48261C

Text Example


Text Example

White with #48261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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