Html Css Color HEX #331405 Brown Pod

📋 copy color: '#331405'

red 51 ◦ green 20 ◦ blue 5

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

Shades of Brown Pod #331405

Tints of Brown Pod #331405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.58%

R = 67.11%
G = 26.32%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#331405 (or 0x331405) is known color: Brown Pod. HEX triplet: 33, 14 and 05. RGB value is (51,20,5). Sum of RGB (Red+Green+Blue) = 51+20+5=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331405 is #CCEBFA. Grayscale: #1B1B1B. Windows color (decimal): -13429755 or 332851. OLE color: 332851.

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

Color convert

RGB 51 20 5 -
CMYK 0 0.61 0.90 0.8
HSL 19.57º 0.82% 0.11% -
HSV(B) 19.57º 0.9% 0.2% -
XYZ 1.64 1.22 0.29 -
YUV 27.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 51 20 5 0 0.61 0.90 0.8 19.57 0.82 0.11
Hex 33 14 5 0 3D 5A 50 14 52 B
Octal 63 24 5 0 75 132 120 24 122 13
Binary 110011 10100 101 0 111101 1011010 1010000 10100 1010010 1011

Color Harmonies of #331405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331405

Black with #331405

Text Example


Text Example

White with #331405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331405; }

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

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

background-color css

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

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

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

border-color css

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

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

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