Html Css Color HEX #331702 Brown Pod

📋 copy color: '#331702'

red 51 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #331702

Tints of Brown Pod #331702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 30.26%

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

R = 67.11%
G = 30.26%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#331702 (or 0x331702) is known color: Brown Pod. HEX triplet: 33, 17 and 02. RGB value is (51,23,2). Sum of RGB (Red+Green+Blue) = 51+23+2=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331702 is #CCE8FD. Grayscale: #1D1D1D. Windows color (decimal): -13428990 or 137011. OLE color: 137011.

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

Color convert

RGB 51 23 2 -
CMYK 0 0.55 0.96 0.8
HSL 25.71º 0.92% 0.1% -
HSV(B) 25.71º 0.96% 0.2% -
XYZ 1.68 1.32 0.22 -
YUV 28.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 51 23 2 0 0.55 0.96 0.8 25.71 0.92 0.1
Hex 33 17 2 0 37 60 50 1A 5C A
Octal 63 27 2 0 67 140 120 32 134 12
Binary 110011 10111 10 0 110111 1100000 1010000 11010 1011100 1010

Color Harmonies of #331702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331702

Black with #331702

Text Example


Text Example

White with #331702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331702; }

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

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

background-color css

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

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

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

border-color css

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

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

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