Html Css Color HEX #48190E Brown Pod

📋 copy color: '#48190E'

red 72 ◦ green 25 ◦ blue 14

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

Shades of Brown Pod #48190E

Tints of Brown Pod #48190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 64.86%
G = 22.52%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48190E (or 0x48190E) is known color: Brown Pod. HEX triplet: 48, 19 and 0E. RGB value is (72,25,14). Sum of RGB (Red+Green+Blue) = 72+25+14=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #48190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48190E is #B7E6F1. Grayscale: #252525. Windows color (decimal): -12052210 or 923976. OLE color: 923976.

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

Color convert

RGB 72 25 14 -
CMYK 0 0.65 0.81 0.72
HSL 11.38º 0.67% 0.17% -
HSV(B) 11.38º 0.81% 0.28% -
XYZ 3.1 2.1 0.66 -
YUV 37.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 72 25 14 0 0.65 0.81 0.72 11.38 0.67 0.17
Hex 48 19 E 0 41 51 48 B 43 11
Octal 110 31 16 0 101 121 110 13 103 21
Binary 1001000 11001 1110 0 1000001 1010001 1001000 1011 1000011 10001

Color Harmonies of #48190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48190E

Black with #48190E

Text Example


Text Example

White with #48190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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