Html Css Color HEX #48231B Brown Pod

📋 copy color: '#48231B'

red 72 ◦ green 35 ◦ blue 27

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

Shades of Brown Pod #48231B

Tints of Brown Pod #48231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 53.73%
G = 26.12%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48231B (or 0x48231B) is known color: Brown Pod. HEX triplet: 48, 23 and 1B. RGB value is (72,35,27). Sum of RGB (Red+Green+Blue) = 72+35+27=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231B is #B7DCE4. Grayscale: #2D2D2D. Windows color (decimal): -12049637 or 1778504. OLE color: 1778504.

HSL color Cylindrical-coordinate representation of color #48231B: hue angle of 10.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 #48231B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 27 -
CMYK 0 0.51 0.62 0.72
HSL 10.67º 0.45% 0.19% -
HSV(B) 10.67º 0.63% 0.28% -
XYZ 3.47 2.66 1.37 -
YUV 45.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 72 35 27 0 0.51 0.62 0.72 10.67 0.45 0.19
Hex 48 23 1B 0 33 3E 48 B 2D 13
Octal 110 43 33 0 63 76 110 13 55 23
Binary 1001000 100011 11011 0 110011 111110 1001000 1011 101101 10011

Color Harmonies of #48231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48231B

Black with #48231B

Text Example


Text Example

White with #48231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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