Html Css Color HEX #331D13 Brown Pod

📋 copy color: '#331D13'

red 51 ◦ green 29 ◦ blue 19

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

Shades of Brown Pod #331D13

Tints of Brown Pod #331D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.29%

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 51.52%
G = 29.29%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331D13 (or 0x331D13) is known color: Brown Pod. HEX triplet: 33, 1D and 13. RGB value is (51,29,19). Sum of RGB (Red+Green+Blue) = 51+29+19=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D13 is #CCE2EC. Grayscale: #222222. Windows color (decimal): -13427437 or 1252659. OLE color: 1252659.

HSL color Cylindrical-coordinate representation of color #331D13: hue angle of 18.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331D13 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 29 19 -
CMYK 0 0.43 0.63 0.8
HSL 18.75º 0.46% 0.14% -
HSV(B) 18.75º 0.63% 0.2% -
XYZ 1.92 1.63 0.83 -
YUV 34.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 51 29 19 0 0.43 0.63 0.8 18.75 0.46 0.14
Hex 33 1D 13 0 2B 3F 50 13 2E E
Octal 63 35 23 0 53 77 120 23 56 16
Binary 110011 11101 10011 0 101011 111111 1010000 10011 101110 1110

Color Harmonies of #331D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D13

Black with #331D13

Text Example


Text Example

White with #331D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331D13; }

 p { color: rgb(51,29,19); }

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

background-color css

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

 a { background-color: rgb(51,29,19); }

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

border-color css

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

 span { border-color: rgb(51,29,19); }

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