Html Css Color HEX #48180F Brown Pod

📋 copy color: '#48180F'

red 72 ◦ green 24 ◦ blue 15

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

Shades of Brown Pod #48180F

Tints of Brown Pod #48180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.62%

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 64.86%
G = 21.62%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48180F (or 0x48180F) is known color: Brown Pod. HEX triplet: 48, 18 and 0F. RGB value is (72,24,15). Sum of RGB (Red+Green+Blue) = 72+24+15=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #48180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48180F is #B7E7F0. Grayscale: #252525. Windows color (decimal): -12052465 or 989256. OLE color: 989256.

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

Color convert

RGB 72 24 15 -
CMYK 0 0.67 0.79 0.72
HSL 9.47º 0.66% 0.17% -
HSV(B) 9.47º 0.79% 0.28% -
XYZ 3.09 2.07 0.69 -
YUV 37.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 72 24 15 0 0.67 0.79 0.72 9.47 0.66 0.17
Hex 48 18 F 0 43 4F 48 9 42 11
Octal 110 30 17 0 103 117 110 11 102 21
Binary 1001000 11000 1111 0 1000011 1001111 1001000 1001 1000010 10001

Color Harmonies of #48180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48180F

Black with #48180F

Text Example


Text Example

White with #48180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,24,15); }

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

background-color css

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

 a { background-color: rgb(72,24,15); }

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

border-color css

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

 span { border-color: rgb(72,24,15); }

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