#361A0A

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

Shades of Brown Pod #361A0A

Tints of Brown Pod #361A0A

Color information

#361A0A (or 0x361A0A) is unknown color: approx Brown Pod. HEX triplet: 36, 1A and 0A. RGB value is (54,26,10). Sum of RGB (Red+Green+Blue) = 54+26+10=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A0A is #C9E5F5. Grayscale: #202020. Windows color (decimal): -13231606 or 662070. OLE color: 662070.

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

Color convert

RGB542610-
CMYK00.520.810.79
HSL21.82º68.75%12.55%-
HSV(B)21.82º81.48%21.18%-
XYZ1.951.540.48-
YUV32.55115.28143.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=60%
G=28.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54261000.520.810.7921.8268.7512.55
Hex361AA034514F1645d
Octal6632120641211172610515
Binary1101101101010100110100101000110011111011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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