Html Css Color HEX #48261D Brown Pod

📋 copy color: '#48261D'

red 72 ◦ green 38 ◦ blue 29

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

Shades of Brown Pod #48261D

Tints of Brown Pod #48261D

RGB

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

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

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

R = 51.8%
G = 27.34%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48261D (or 0x48261D) is known color: Brown Pod. HEX triplet: 48, 26 and 1D. RGB value is (72,38,29). Sum of RGB (Red+Green+Blue) = 72+38+29=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261D is #B7D9E2. Grayscale: #2F2F2F. Windows color (decimal): -12048867 or 1910344. OLE color: 1910344.

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

Color convert

RGB 72 38 29 -
CMYK 0 0.47 0.60 0.72
HSL 12.56º 0.43% 0.2% -
HSV(B) 12.56º 0.6% 0.28% -
XYZ 3.59 2.85 1.52 -
YUV 47.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 72 38 29 0 0.47 0.60 0.72 12.56 0.43 0.2
Hex 48 26 1D 0 2F 3C 48 D 2B 14
Octal 110 46 35 0 57 74 110 15 53 24
Binary 1001000 100110 11101 0 101111 111100 1001000 1101 101011 10100

Color Harmonies of #48261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48261D

Black with #48261D

Text Example


Text Example

White with #48261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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