#361A0D

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

Shades of Brown Pod #361A0D

Tints of Brown Pod #361A0D

Color information

#361A0D (or 0x361A0D) is unknown color: approx Brown Pod. HEX triplet: 36, 1A and 0D. RGB value is (54,26,13). Sum of RGB (Red+Green+Blue) = 54+26+13=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A0D is #C9E5F2. Grayscale: #202020. Windows color (decimal): -13231603 or 858678. OLE color: 858678.

HSL color Cylindrical-coordinate representation of color #361A0D: hue angle of 19.02º 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 #361A0D is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB542613-
CMYK00.520.760.79
HSL19.02º61.19%13.14%-
HSV(B)19.02º75.93%21.18%-
XYZ1.961.550.58-
YUV32.89116.78143.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=58.06%
G=27.96%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54261300.520.760.7919.0261.1913.14
Hex361AD0344C4F133dd
Octal663215064114117237515
Binary110110110101101011010010011001001111100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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