Html Css Color HEX #331602 Brown Pod

📋 copy color: '#331602'

red 51 ◦ green 22 ◦ blue 2

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

Shades of Brown Pod #331602

Tints of Brown Pod #331602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.33%

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

R = 68%
G = 29.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#331602 (or 0x331602) is known color: Brown Pod. HEX triplet: 33, 16 and 02. RGB value is (51,22,2). Sum of RGB (Red+Green+Blue) = 51+22+2=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331602 is #CCE9FD. Grayscale: #1C1C1C. Windows color (decimal): -13429246 or 136755. OLE color: 136755.

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

Color convert

RGB 51 22 2 -
CMYK 0 0.57 0.96 0.8
HSL 24.49º 0.92% 0.1% -
HSV(B) 24.49º 0.96% 0.2% -
XYZ 1.66 1.28 0.22 -
YUV 28.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 51 22 2 0 0.57 0.96 0.8 24.49 0.92 0.1
Hex 33 16 2 0 39 60 50 18 5C A
Octal 63 26 2 0 71 140 120 30 134 12
Binary 110011 10110 10 0 111001 1100000 1010000 11000 1011100 1010

Color Harmonies of #331602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331602

Black with #331602

Text Example


Text Example

White with #331602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331602; }

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

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

background-color css

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

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

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

border-color css

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

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

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