Html Css Color HEX #48261F Brown Pod

📋 copy color: '#48261F'

red 72 ◦ green 38 ◦ blue 31

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

Shades of Brown Pod #48261F

Tints of Brown Pod #48261F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 51.06%
G = 26.95%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48261F (or 0x48261F) is known color: Brown Pod. HEX triplet: 48, 26 and 1F. RGB value is (72,38,31). Sum of RGB (Red+Green+Blue) = 72+38+31=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261F is #B7D9E0. Grayscale: #2F2F2F. Windows color (decimal): -12048865 or 2041416. OLE color: 2041416.

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

Color convert

RGB 72 38 31 -
CMYK 0 0.47 0.57 0.72
HSL 10.24º 0.4% 0.2% -
HSV(B) 10.24º 0.57% 0.28% -
XYZ 3.61 2.86 1.66 -
YUV 47.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 72 38 31 0 0.47 0.57 0.72 10.24 0.4 0.2
Hex 48 26 1F 0 2F 39 48 A 28 14
Octal 110 46 37 0 57 71 110 12 50 24
Binary 1001000 100110 11111 0 101111 111001 1001000 1010 101000 10100

Color Harmonies of #48261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48261F

Black with #48261F

Text Example


Text Example

White with #48261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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