#361C0E

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

Shades of Brown Pod #361C0E

Tints of Brown Pod #361C0E

Color information

#361C0E (or 0x361C0E) is unknown color: approx Brown Pod. HEX triplet: 36, 1C and 0E. RGB value is (54,28,14). Sum of RGB (Red+Green+Blue) = 54+28+14=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C0E is #C9E3F1. Grayscale: #222222. Windows color (decimal): -13231090 or 924726. OLE color: 924726.

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

Color convert

RGB542814-
CMYK00.480.740.79
HSL21º58.82%13.33%-
HSV(B)21º74.07%21.18%-
XYZ2.021.650.63-
YUV34.18116.61142.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=56.25%
G=29.17%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54281400.480.740.792158.8213.33
Hex361CE0304A4F153bd
Octal663416060112117257315
Binary110110111001110011000010010101001111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,28,14); }

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

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

 a { background-color: rgb(54,28,14); }

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

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

 span { border-color: rgb(54,28,14); }

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