Html Css Color HEX #48250F Brown Pod

📋 copy color: '#48250F'

red 72 ◦ green 37 ◦ blue 15

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

Shades of Brown Pod #48250F

Tints of Brown Pod #48250F

RGB

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

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

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

R = 58.06%
G = 29.84%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48250F (or 0x48250F) is known color: Brown Pod. HEX triplet: 48, 25 and 0F. RGB value is (72,37,15). Sum of RGB (Red+Green+Blue) = 72+37+15=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48250F is #B7DAF0. Grayscale: #2D2D2D. Windows color (decimal): -12049137 or 992584. OLE color: 992584.

HSL color Cylindrical-coordinate representation of color #48250F: hue angle of 23.16º 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 #48250F is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 15 -
CMYK 0 0.49 0.79 0.72
HSL 23.16º 0.66% 0.17% -
HSV(B) 23.16º 0.79% 0.28% -
XYZ 3.42 2.74 0.8 -
YUV 44.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 72 37 15 0 0.49 0.79 0.72 23.16 0.66 0.17
Hex 48 25 F 0 31 4F 48 17 42 11
Octal 110 45 17 0 61 117 110 27 102 21
Binary 1001000 100101 1111 0 110001 1001111 1001000 10111 1000010 10001

Color Harmonies of #48250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48250F

Black with #48250F

Text Example


Text Example

White with #48250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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