Html Css Color HEX #482313 Brown Pod

📋 copy color: '#482313'

red 72 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #482313

Tints of Brown Pod #482313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 57.14%
G = 27.78%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482313 (or 0x482313) is known color: Brown Pod. HEX triplet: 48, 23 and 13. RGB value is (72,35,19). Sum of RGB (Red+Green+Blue) = 72+35+19=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482313 is #B7DCEC. Grayscale: #2C2C2C. Windows color (decimal): -12049645 or 1254216. OLE color: 1254216.

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

Color convert

RGB 72 35 19 -
CMYK 0 0.51 0.74 0.72
HSL 18.11º 0.58% 0.18% -
HSV(B) 18.11º 0.74% 0.28% -
XYZ 3.39 2.63 0.94 -
YUV 44.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 72 35 19 0 0.51 0.74 0.72 18.11 0.58 0.18
Hex 48 23 13 0 33 4A 48 12 3A 12
Octal 110 43 23 0 63 112 110 22 72 22
Binary 1001000 100011 10011 0 110011 1001010 1001000 10010 111010 10010

Color Harmonies of #482313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482313

Black with #482313

Text Example


Text Example

White with #482313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482313; }

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

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

background-color css

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

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

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

border-color css

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

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

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