Html Css Color HEX #482314 Brown Pod

📋 copy color: '#482314'

red 72 ◦ green 35 ◦ blue 20

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

Shades of Brown Pod #482314

Tints of Brown Pod #482314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 56.69%
G = 27.56%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482314 (or 0x482314) is known color: Brown Pod. HEX triplet: 48, 23 and 14. RGB value is (72,35,20). Sum of RGB (Red+Green+Blue) = 72+35+20=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482314 is #B7DCEB. Grayscale: #2C2C2C. Windows color (decimal): -12049644 or 1319752. OLE color: 1319752.

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

Color convert

RGB 72 35 20 -
CMYK 0 0.51 0.72 0.72
HSL 17.31º 0.57% 0.18% -
HSV(B) 17.31º 0.72% 0.28% -
XYZ 3.4 2.63 0.99 -
YUV 44.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 72 35 20 0 0.51 0.72 0.72 17.31 0.57 0.18
Hex 48 23 14 0 33 48 48 11 39 12
Octal 110 43 24 0 63 110 110 21 71 22
Binary 1001000 100011 10100 0 110011 1001000 1001000 10001 111001 10010

Color Harmonies of #482314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482314

Black with #482314

Text Example


Text Example

White with #482314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482314; }

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

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

background-color css

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

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

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

border-color css

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

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

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