Html Css Color HEX #331404 Brown Pod

📋 copy color: '#331404'

red 51 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #331404

Tints of Brown Pod #331404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

 BLUE value IS 4 (1.95% from 255) = 5.33%

R = 68%
G = 26.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#331404 (or 0x331404) is known color: Brown Pod. HEX triplet: 33, 14 and 04. RGB value is (51,20,4). Sum of RGB (Red+Green+Blue) = 51+20+4=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331404 is #CCEBFB. Grayscale: #1B1B1B. Windows color (decimal): -13429756 or 267315. OLE color: 267315.

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

Color convert

RGB 51 20 4 -
CMYK 0 0.61 0.92 0.8
HSL 20.43º 0.85% 0.11% -
HSV(B) 20.43º 0.92% 0.2% -
XYZ 1.64 1.21 0.26 -
YUV 27.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 51 20 4 0 0.61 0.92 0.8 20.43 0.85 0.11
Hex 33 14 4 0 3D 5C 50 14 55 B
Octal 63 24 4 0 75 134 120 24 125 13
Binary 110011 10100 100 0 111101 1011100 1010000 10100 1010101 1011

Color Harmonies of #331404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331404

Black with #331404

Text Example


Text Example

White with #331404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331404; }

 p { color: rgb(51,20,4); }

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

background-color css

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

 a { background-color: rgb(51,20,4); }

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

border-color css

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

 span { border-color: rgb(51,20,4); }

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