Html Css Color HEX #331B12 Brown Pod

📋 copy color: '#331B12'

red 51 ◦ green 27 ◦ blue 18

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

Shades of Brown Pod #331B12

Tints of Brown Pod #331B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 53.13%
G = 28.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#331B12 (or 0x331B12) is known color: Brown Pod. HEX triplet: 33, 1B and 12. RGB value is (51,27,18). Sum of RGB (Red+Green+Blue) = 51+27+18=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B12 is #CCE4ED. Grayscale: #212121. Windows color (decimal): -13427950 or 1186611. OLE color: 1186611.

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

Color convert

RGB 51 27 18 -
CMYK 0 0.47 0.65 0.8
HSL 16.36º 0.48% 0.14% -
HSV(B) 16.36º 0.65% 0.2% -
XYZ 1.87 1.53 0.77 -
YUV 33.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 51 27 18 0 0.47 0.65 0.8 16.36 0.48 0.14
Hex 33 1B 12 0 2F 41 50 10 30 E
Octal 63 33 22 0 57 101 120 20 60 16
Binary 110011 11011 10010 0 101111 1000001 1010000 10000 110000 1110

Color Harmonies of #331B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B12

Black with #331B12

Text Example


Text Example

White with #331B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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