Html Css Color HEX #48190D Brown Pod

📋 copy color: '#48190D'

red 72 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #48190D

Tints of Brown Pod #48190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.73%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 65.45%
G = 22.73%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48190D (or 0x48190D) is known color: Brown Pod. HEX triplet: 48, 19 and 0D. RGB value is (72,25,13). Sum of RGB (Red+Green+Blue) = 72+25+13=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #48190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48190D is #B7E6F2. Grayscale: #252525. Windows color (decimal): -12052211 or 858440. OLE color: 858440.

HSL color Cylindrical-coordinate representation of color #48190D: hue angle of 12.2º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48190D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 13 -
CMYK 0 0.65 0.82 0.72
HSL 12.2º 0.69% 0.17% -
HSV(B) 12.2º 0.82% 0.28% -
XYZ 3.09 2.1 0.62 -
YUV 37.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 72 25 13 0 0.65 0.82 0.72 12.2 0.69 0.17
Hex 48 19 D 0 41 52 48 C 45 11
Octal 110 31 15 0 101 122 110 14 105 21
Binary 1001000 11001 1101 0 1000001 1010010 1001000 1100 1000101 10001

Color Harmonies of #48190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48190D

Black with #48190D

Text Example


Text Example

White with #48190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,25,13); }

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

background-color css

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

 a { background-color: rgb(72,25,13); }

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

border-color css

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

 span { border-color: rgb(72,25,13); }

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