Html Css Color HEX #48250C Brown Pod

📋 copy color: '#48250C'

red 72 ◦ green 37 ◦ blue 12

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

Shades of Brown Pod #48250C

Tints of Brown Pod #48250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.58%

 BLUE value IS 12 (5.08% from 255) = 9.92%

R = 59.5%
G = 30.58%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48250C (or 0x48250C) is known color: Brown Pod. HEX triplet: 48, 25 and 0C. RGB value is (72,37,12). Sum of RGB (Red+Green+Blue) = 72+37+12=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48250C is #B7DAF3. Grayscale: #2C2C2C. Windows color (decimal): -12049140 or 795976. OLE color: 795976.

HSL color Cylindrical-coordinate representation of color #48250C: hue angle of 25º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48250C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 12 -
CMYK 0 0.49 0.83 0.72
HSL 25º 0.71% 0.16% -
HSV(B) 25º 0.83% 0.28% -
XYZ 3.4 2.73 0.7 -
YUV 44.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 72 37 12 0 0.49 0.83 0.72 25 0.71 0.16
Hex 48 25 C 0 31 53 48 19 47 10
Octal 110 45 14 0 61 123 110 31 107 20
Binary 1001000 100101 1100 0 110001 1010011 1001000 11001 1000111 10000

Color Harmonies of #48250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48250C

Black with #48250C

Text Example


Text Example

White with #48250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48250C; }

 p { color: rgb(72,37,12); }

 H1.HeaderClassName
 {
   color: #48250C;
 }
 .AnyTagClassName
 {
   color: #48250C;
 }
</style>

background-color css

<style>
 a { background-color: #48250C; }

 a { background-color: rgb(72,37,12); }

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

border-color css

<style>
 span { border-color: #48250C; }

 span { border-color: rgb(72,37,12); }

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