#361D0E

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

Shades of Brown Pod #361D0E

Tints of Brown Pod #361D0E

Color information

#361D0E (or 0x361D0E) is unknown color: approx Brown Pod. HEX triplet: 36, 1D and 0E. RGB value is (54,29,14). Sum of RGB (Red+Green+Blue) = 54+29+14=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D0E is #C9E2F1. Grayscale: #222222. Windows color (decimal): -13230834 or 924982. OLE color: 924982.

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

Color convert

RGB542914-
CMYK00.460.740.79
HSL22.5º58.82%13.33%-
HSV(B)22.5º74.07%21.18%-
XYZ2.041.690.64-
YUV34.76116.28141.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=55.67%
G=29.90%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54291400.460.740.7922.558.8213.33
Hex361DE02E4A4F163bd
Octal663516056112117267315
Binary110110111011110010111010010101001111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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