#361B0A

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

Shades of Brown Pod #361B0A

Tints of Brown Pod #361B0A

Color information

#361B0A (or 0x361B0A) is unknown color: approx Brown Pod. HEX triplet: 36, 1B and 0A. RGB value is (54,27,10). Sum of RGB (Red+Green+Blue) = 54+27+10=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B0A is #C9E4F5. Grayscale: #212121. Windows color (decimal): -13231350 or 662326. OLE color: 662326.

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

Color convert

RGB542710-
CMYK00.50.810.79
HSL23.18º68.75%12.55%-
HSV(B)23.18º81.48%21.18%-
XYZ1.971.590.49-
YUV33.14114.95142.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=59.34%
G=29.67%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54271000.50.810.7923.1868.7512.55
Hex361BA032514F1745d
Octal6633120621211172710515
Binary1101101101110100110010101000110011111011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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