Html Css Color HEX #331707 Brown Pod

📋 copy color: '#331707'

red 51 ◦ green 23 ◦ blue 7

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

Shades of Brown Pod #331707

Tints of Brown Pod #331707

RGB

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

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

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

R = 62.96%
G = 28.4%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331707 (or 0x331707) is known color: Brown Pod. HEX triplet: 33, 17 and 07. RGB value is (51,23,7). Sum of RGB (Red+Green+Blue) = 51+23+7=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331707 is #CCE8F8. Grayscale: #1D1D1D. Windows color (decimal): -13428985 or 464691. OLE color: 464691.

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

Color convert

RGB 51 23 7 -
CMYK 0 0.55 0.86 0.8
HSL 21.82º 0.76% 0.11% -
HSV(B) 21.82º 0.86% 0.2% -
XYZ 1.71 1.33 0.37 -
YUV 29.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 51 23 7 0 0.55 0.86 0.8 21.82 0.76 0.11
Hex 33 17 7 0 37 56 50 16 4C B
Octal 63 27 7 0 67 126 120 26 114 13
Binary 110011 10111 111 0 110111 1010110 1010000 10110 1001100 1011

Color Harmonies of #331707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331707

Black with #331707

Text Example


Text Example

White with #331707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331707; }

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

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

background-color css

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

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

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

border-color css

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

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

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