Html Css Color HEX #321C12 Brown Pod

📋 copy color: '#321C12'

red 50 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #321C12

Tints of Brown Pod #321C12

RGB

 RED value IS 50 (19.92% from 255) = 52.08%

 GREEN value IS 28 (11.33% from 255) = 29.17%

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

R = 52.08%
G = 29.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#321C12 (or 0x321C12) is known color: Brown Pod. HEX triplet: 32, 1C and 12. RGB value is (50,28,18). Sum of RGB (Red+Green+Blue) = 50+28+18=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C12 is #CDE3ED. Grayscale: #212121. Windows color (decimal): -13493230 or 1186866. OLE color: 1186866.

HSL color Cylindrical-coordinate representation of color #321C12: hue angle of 18.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321C12 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 28 18 -
CMYK 0 0.44 0.64 0.80
HSL 18.75º 0.47% 0.13% -
HSV(B) 18.75º 0.64% 0.2% -
XYZ 1.84 1.55 0.77 -
YUV 33.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 50 28 18 0 0.44 0.64 0.80 18.75 0.47 0.13
Hex 32 1C 12 0 2C 40 50 13 2F D
Octal 62 34 22 0 54 100 120 23 57 15
Binary 110010 11100 10010 0 101100 1000000 1010000 10011 101111 1101

Color Harmonies of #321C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C12

Black with #321C12

Text Example


Text Example

White with #321C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321C12; }

 p { color: rgb(50,28,18); }

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

background-color css

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

 a { background-color: rgb(50,28,18); }

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

border-color css

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

 span { border-color: rgb(50,28,18); }

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