Html Css Color HEX #48261E Brown Pod

📋 copy color: '#48261E'

red 72 ◦ green 38 ◦ blue 30

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

Shades of Brown Pod #48261E

Tints of Brown Pod #48261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.43%

R = 51.43%
G = 27.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48261E (or 0x48261E) is known color: Brown Pod. HEX triplet: 48, 26 and 1E. RGB value is (72,38,30). Sum of RGB (Red+Green+Blue) = 72+38+30=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261E is #B7D9E1. Grayscale: #2F2F2F. Windows color (decimal): -12048866 or 1975880. OLE color: 1975880.

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

Color convert

RGB 72 38 30 -
CMYK 0 0.47 0.58 0.72
HSL 11.43º 0.41% 0.2% -
HSV(B) 11.43º 0.58% 0.28% -
XYZ 3.6 2.86 1.59 -
YUV 47.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 72 38 30 0 0.47 0.58 0.72 11.43 0.41 0.2
Hex 48 26 1E 0 2F 3A 48 B 29 14
Octal 110 46 36 0 57 72 110 13 51 24
Binary 1001000 100110 11110 0 101111 111010 1001000 1011 101001 10100

Color Harmonies of #48261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48261E

Black with #48261E

Text Example


Text Example

White with #48261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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