Html Css Color HEX #331200 Brown Pod

📋 copy color: '#331200'

red 51 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #331200

Tints of Brown Pod #331200

RGB

 RED value IS 51 (20.31% from 255) = 73.91%

 GREEN value IS 18 (7.42% from 255) = 26.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.91%
G = 26.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#331200 (or 0x331200) is known color: Brown Pod. HEX triplet: 33, 12 and 00. RGB value is (51,18,0). Sum of RGB (Red+Green+Blue) = 51+18+0=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #331200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331200 is #CCEDFF. Grayscale: #191919. Windows color (decimal): -13430272 or 4659. OLE color: 4659.

HSL color Cylindrical-coordinate representation of color #331200: hue angle of 21.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #331200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 18 0 -
CMYK 0 0.65 1 0.8
HSL 21.18º 1% 0.1% -
HSV(B) 21.18º 1% 0.2% -
XYZ 1.58 1.14 0.14 -
YUV 25.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 51 18 0 0 0.65 1 0.8 21.18 1 0.1
Hex 33 12 0 0 41 64 50 15 64 A
Octal 63 22 0 0 101 144 120 25 144 12
Binary 110011 10010 0 0 1000001 1100100 1010000 10101 1100100 1010

Color Harmonies of #331200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331200

Black with #331200

Text Example


Text Example

White with #331200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331200; }

 p { color: rgb(51,18,0); }

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

background-color css

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

 a { background-color: rgb(51,18,0); }

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

border-color css

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

 span { border-color: rgb(51,18,0); }

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