Html Css Color HEX #331607 Brown Pod

📋 copy color: '#331607'

red 51 ◦ green 22 ◦ blue 7

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

Shades of Brown Pod #331607

Tints of Brown Pod #331607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.75%

R = 63.75%
G = 27.5%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331607 (or 0x331607) is known color: Brown Pod. HEX triplet: 33, 16 and 07. RGB value is (51,22,7). Sum of RGB (Red+Green+Blue) = 51+22+7=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #331607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331607 is #CCE9F8. Grayscale: #1D1D1D. Windows color (decimal): -13429241 or 464435. OLE color: 464435.

HSL color Cylindrical-coordinate representation of color #331607: hue angle of 20.45º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331607 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 22 7 -
CMYK 0 0.57 0.86 0.8
HSL 20.45º 0.76% 0.11% -
HSV(B) 20.45º 0.86% 0.2% -
XYZ 1.69 1.29 0.36 -
YUV 28.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 51 22 7 0 0.57 0.86 0.8 20.45 0.76 0.11
Hex 33 16 7 0 39 56 50 14 4C B
Octal 63 26 7 0 71 126 120 24 114 13
Binary 110011 10110 111 0 111001 1010110 1010000 10100 1001100 1011

Color Harmonies of #331607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331607

Black with #331607

Text Example


Text Example

White with #331607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331607; }

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

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

background-color css

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

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

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

border-color css

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

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

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