#361B0D

Color #361B0D Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #361B0D

Tints of Brown Pod #361B0D

Color information

#361B0D (or 0x361B0D) is unknown color: approx Brown Pod. HEX triplet: 36, 1B and 0D. RGB value is (54,27,13). Sum of RGB (Red+Green+Blue) = 54+27+13=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B0D is #C9E4F2. Grayscale: #212121. Windows color (decimal): -13231347 or 858934. OLE color: 858934.

HSL color Cylindrical-coordinate representation of color #361B0D: hue angle of 20.49º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361B0D is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB542713-
CMYK00.50.760.79
HSL20.49º61.19%13.14%-
HSV(B)20.49º75.93%21.18%-
XYZ1.991.60.58-
YUV33.48116.45142.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=57.45%
G=28.72%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54271300.50.760.7920.4961.1913.14
Hex361BD0324C4F143dd
Octal663315062114117247515
Binary110110110111101011001010011001001111101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361B0D; }

 p { color: rgb(54,27,13); }

 H1.HeaderClassName
 {
   color: #361B0D;
 }
 .AnyTagClassName
 {
   color: #361B0D;
 }
</style>
background-color css

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

 a { background-color: rgb(54,27,13); }

 div.DivClassName
 {
   background-color: #361B0D;
 }
 .BgClassName
 {
   background-color: #361B0D;
 }
</style>
border-color css

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

 span { border-color: rgb(54,27,13); }

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