Html Css Color HEX #321D12 Brown Pod

📋 copy color: '#321D12'

red 50 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #321D12

Tints of Brown Pod #321D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

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

R = 51.55%
G = 29.9%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#321D12 (or 0x321D12) is known color: Brown Pod. HEX triplet: 32, 1D and 12. RGB value is (50,29,18). Sum of RGB (Red+Green+Blue) = 50+29+18=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D12 is #CDE2ED. Grayscale: #222222. Windows color (decimal): -13492974 or 1187122. OLE color: 1187122.

HSL color Cylindrical-coordinate representation of color #321D12: hue angle of 20.62º 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 #321D12 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 29 18 -
CMYK 0 0.42 0.64 0.80
HSL 20.63º 0.47% 0.13% -
HSV(B) 20.63º 0.64% 0.2% -
XYZ 1.86 1.6 0.78 -
YUV 34.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 50 29 18 0 0.42 0.64 0.80 20.63 0.47 0.13
Hex 32 1D 12 0 2A 40 50 15 2F D
Octal 62 35 22 0 52 100 120 25 57 15
Binary 110010 11101 10010 0 101010 1000000 1010000 10101 101111 1101

Color Harmonies of #321D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D12

Black with #321D12

Text Example


Text Example

White with #321D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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