Html Css Color HEX #48251D Brown Pod

📋 copy color: '#48251D'

red 72 ◦ green 37 ◦ blue 29

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

Shades of Brown Pod #48251D

Tints of Brown Pod #48251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 52.17%
G = 26.81%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48251D (or 0x48251D) is known color: Brown Pod. HEX triplet: 48, 25 and 1D. RGB value is (72,37,29). Sum of RGB (Red+Green+Blue) = 72+37+29=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48251D is #B7DAE2. Grayscale: #2E2E2E. Windows color (decimal): -12049123 or 1910088. OLE color: 1910088.

HSL color Cylindrical-coordinate representation of color #48251D: hue angle of 11.16º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48251D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 29 -
CMYK 0 0.49 0.60 0.72
HSL 11.16º 0.43% 0.2% -
HSV(B) 11.16º 0.6% 0.28% -
XYZ 3.56 2.79 1.51 -
YUV 46.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 72 37 29 0 0.49 0.60 0.72 11.16 0.43 0.2
Hex 48 25 1D 0 31 3C 48 B 2B 14
Octal 110 45 35 0 61 74 110 13 53 24
Binary 1001000 100101 11101 0 110001 111100 1001000 1011 101011 10100

Color Harmonies of #48251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48251D

Black with #48251D

Text Example


Text Example

White with #48251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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