Html Css Color HEX #482113 Brown Pod

📋 copy color: '#482113'

red 72 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #482113

Tints of Brown Pod #482113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 58.06%
G = 26.61%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482113 (or 0x482113) is known color: Brown Pod. HEX triplet: 48, 21 and 13. RGB value is (72,33,19). Sum of RGB (Red+Green+Blue) = 72+33+19=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482113 is #B7DEEC. Grayscale: #2B2B2B. Windows color (decimal): -12050157 or 1253704. OLE color: 1253704.

HSL color Cylindrical-coordinate representation of color #482113: hue angle of 15.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482113 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 19 -
CMYK 0 0.54 0.74 0.72
HSL 15.85º 0.58% 0.18% -
HSV(B) 15.85º 0.74% 0.28% -
XYZ 3.33 2.51 0.93 -
YUV 43.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 72 33 19 0 0.54 0.74 0.72 15.85 0.58 0.18
Hex 48 21 13 0 36 4A 48 10 3A 12
Octal 110 41 23 0 66 112 110 20 72 22
Binary 1001000 100001 10011 0 110110 1001010 1001000 10000 111010 10010

Color Harmonies of #482113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482113

Black with #482113

Text Example


Text Example

White with #482113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482113; }

 p { color: rgb(72,33,19); }

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

background-color css

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

 a { background-color: rgb(72,33,19); }

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

border-color css

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

 span { border-color: rgb(72,33,19); }

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