Html Css Color HEX #331504 Brown Pod

📋 copy color: '#331504'

red 51 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #331504

Tints of Brown Pod #331504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 67.11%
G = 27.63%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#331504 (or 0x331504) is known color: Brown Pod. HEX triplet: 33, 15 and 04. RGB value is (51,21,4). Sum of RGB (Red+Green+Blue) = 51+21+4=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331504 is #CCEAFB. Grayscale: #1C1C1C. Windows color (decimal): -13429500 or 267571. OLE color: 267571.

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

Color convert

RGB 51 21 4 -
CMYK 0 0.59 0.92 0.8
HSL 21.7º 0.85% 0.11% -
HSV(B) 21.7º 0.92% 0.2% -
XYZ 1.66 1.25 0.27 -
YUV 28.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 51 21 4 0 0.59 0.92 0.8 21.7 0.85 0.11
Hex 33 15 4 0 3B 5C 50 16 55 B
Octal 63 25 4 0 73 134 120 26 125 13
Binary 110011 10101 100 0 111011 1011100 1010000 10110 1010101 1011

Color Harmonies of #331504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331504

Black with #331504

Text Example


Text Example

White with #331504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331504; }

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

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

background-color css

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

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

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

border-color css

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

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

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