Html Css Color HEX #331502 Brown Pod

📋 copy color: '#331502'

red 51 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #331502

Tints of Brown Pod #331502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

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

R = 68.92%
G = 28.38%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#331502 (or 0x331502) is known color: Brown Pod. HEX triplet: 33, 15 and 02. RGB value is (51,21,2). Sum of RGB (Red+Green+Blue) = 51+21+2=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331502 is #CCEAFD. Grayscale: #1B1B1B. Windows color (decimal): -13429502 or 136499. OLE color: 136499.

HSL color Cylindrical-coordinate representation of color #331502: hue angle of 23.27º 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 #331502 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 2 -
CMYK 0 0.59 0.96 0.8
HSL 23.27º 0.92% 0.1% -
HSV(B) 23.27º 0.96% 0.2% -
XYZ 1.64 1.24 0.21 -
YUV 27.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 51 21 2 0 0.59 0.96 0.8 23.27 0.92 0.1
Hex 33 15 2 0 3B 60 50 17 5C A
Octal 63 25 2 0 73 140 120 27 134 12
Binary 110011 10101 10 0 111011 1100000 1010000 10111 1011100 1010

Color Harmonies of #331502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331502

Black with #331502

Text Example


Text Example

White with #331502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331502; }

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

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

background-color css

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

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

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

border-color css

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

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

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