Html Css Color HEX #48261B Brown Pod

📋 copy color: '#48261B'

red 72 ◦ green 38 ◦ blue 27

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

Shades of Brown Pod #48261B

Tints of Brown Pod #48261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.71%

R = 52.55%
G = 27.74%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48261B (or 0x48261B) is known color: Brown Pod. HEX triplet: 48, 26 and 1B. RGB value is (72,38,27). Sum of RGB (Red+Green+Blue) = 72+38+27=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261B is #B7D9E4. Grayscale: #2E2E2E. Windows color (decimal): -12048869 or 1779272. OLE color: 1779272.

HSL color Cylindrical-coordinate representation of color #48261B: hue angle of 14.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48261B is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 27 -
CMYK 0 0.47 0.62 0.72
HSL 14.67º 0.45% 0.19% -
HSV(B) 14.67º 0.63% 0.28% -
XYZ 3.56 2.84 1.4 -
YUV 46.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 72 38 27 0 0.47 0.62 0.72 14.67 0.45 0.19
Hex 48 26 1B 0 2F 3E 48 F 2D 13
Octal 110 46 33 0 57 76 110 17 55 23
Binary 1001000 100110 11011 0 101111 111110 1001000 1111 101101 10011

Color Harmonies of #48261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48261B

Black with #48261B

Text Example


Text Example

White with #48261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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