Html Css Color HEX #331B14 Brown Pod

📋 copy color: '#331B14'

red 51 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #331B14

Tints of Brown Pod #331B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.55%

 BLUE value IS 20 (8.2% from 255) = 20.41%

R = 52.04%
G = 27.55%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#331B14 (or 0x331B14) is known color: Brown Pod. HEX triplet: 33, 1B and 14. RGB value is (51,27,20). Sum of RGB (Red+Green+Blue) = 51+27+20=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #331B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B14 is #CCE4EB. Grayscale: #212121. Windows color (decimal): -13427948 or 1317683. OLE color: 1317683.

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

Color convert

RGB 51 27 20 -
CMYK 0 0.47 0.61 0.8
HSL 13.55º 0.44% 0.14% -
HSV(B) 13.55º 0.61% 0.2% -
XYZ 1.88 1.54 0.86 -
YUV 33.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 51 27 20 0 0.47 0.61 0.8 13.55 0.44 0.14
Hex 33 1B 14 0 2F 3D 50 E 2C E
Octal 63 33 24 0 57 75 120 16 54 16
Binary 110011 11011 10100 0 101111 111101 1010000 1110 101100 1110

Color Harmonies of #331B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B14

Black with #331B14

Text Example


Text Example

White with #331B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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