Html Css Color HEX #331402 Brown Pod

📋 copy color: '#331402'

red 51 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #331402

Tints of Brown Pod #331402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.4%

 BLUE value IS 2 (1.17% from 255) = 2.74%

R = 69.86%
G = 27.4%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#331402 (or 0x331402) is known color: Brown Pod. HEX triplet: 33, 14 and 02. RGB value is (51,20,2). Sum of RGB (Red+Green+Blue) = 51+20+2=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #331402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331402 is #CCEBFD. Grayscale: #1B1B1B. Windows color (decimal): -13429758 or 136243. OLE color: 136243.

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

Color convert

RGB 51 20 2 -
CMYK 0 0.61 0.96 0.8
HSL 22.04º 0.92% 0.1% -
HSV(B) 22.04º 0.96% 0.2% -
XYZ 1.63 1.21 0.2 -
YUV 27.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 51 20 2 0 0.61 0.96 0.8 22.04 0.92 0.1
Hex 33 14 2 0 3D 60 50 16 5C A
Octal 63 24 2 0 75 140 120 26 134 12
Binary 110011 10100 10 0 111101 1100000 1010000 10110 1011100 1010

Color Harmonies of #331402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331402

Black with #331402

Text Example


Text Example

White with #331402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331402; }

 p { color: rgb(51,20,2); }

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

background-color css

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

 a { background-color: rgb(51,20,2); }

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

border-color css

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

 span { border-color: rgb(51,20,2); }

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