Html Css Color HEX #482312 Brown Pod

📋 copy color: '#482312'

red 72 ◦ green 35 ◦ blue 18

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

Shades of Brown Pod #482312

Tints of Brown Pod #482312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 57.6%
G = 28%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#482312 (or 0x482312) is known color: Brown Pod. HEX triplet: 48, 23 and 12. RGB value is (72,35,18). Sum of RGB (Red+Green+Blue) = 72+35+18=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #482312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482312 is #B7DCED. Grayscale: #2C2C2C. Windows color (decimal): -12049646 or 1188680. OLE color: 1188680.

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

Color convert

RGB 72 35 18 -
CMYK 0 0.51 0.75 0.72
HSL 18.89º 0.6% 0.18% -
HSV(B) 18.89º 0.75% 0.28% -
XYZ 3.38 2.62 0.9 -
YUV 44.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 72 35 18 0 0.51 0.75 0.72 18.89 0.6 0.18
Hex 48 23 12 0 33 4B 48 13 3C 12
Octal 110 43 22 0 63 113 110 23 74 22
Binary 1001000 100011 10010 0 110011 1001011 1001000 10011 111100 10010

Color Harmonies of #482312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482312

Black with #482312

Text Example


Text Example

White with #482312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482312; }

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

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

background-color css

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

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

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

border-color css

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

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

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