Html Css Color HEX #482413 Brown Pod

📋 copy color: '#482413'

red 72 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #482413

Tints of Brown Pod #482413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 56.69%
G = 28.35%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482413 (or 0x482413) is known color: Brown Pod. HEX triplet: 48, 24 and 13. RGB value is (72,36,19). Sum of RGB (Red+Green+Blue) = 72+36+19=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482413 is #B7DBEC. Grayscale: #2C2C2C. Windows color (decimal): -12049389 or 1254472. OLE color: 1254472.

HSL color Cylindrical-coordinate representation of color #482413: hue angle of 19.25º 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 #482413 is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 19 -
CMYK 0 0.5 0.74 0.72
HSL 19.25º 0.58% 0.18% -
HSV(B) 19.25º 0.74% 0.28% -
XYZ 3.42 2.69 0.95 -
YUV 44.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 72 36 19 0 0.5 0.74 0.72 19.25 0.58 0.18
Hex 48 24 13 0 32 4A 48 13 3A 12
Octal 110 44 23 0 62 112 110 23 72 22
Binary 1001000 100100 10011 0 110010 1001010 1001000 10011 111010 10010

Color Harmonies of #482413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482413

Black with #482413

Text Example


Text Example

White with #482413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482413; }

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

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

background-color css

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

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

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

border-color css

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

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

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