#361E1A

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

Shades of Brown Pod #361E1A

Tints of Brown Pod #361E1A

Color information

#361E1A (or 0x361E1A) is unknown color: approx Brown Pod. HEX triplet: 36, 1E and 1A. RGB value is (54,30,26). Sum of RGB (Red+Green+Blue) = 54+30+26=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E1A is #C9E1E5. Grayscale: #242424. Windows color (decimal): -13230566 or 1711670. OLE color: 1711670.

HSL color Cylindrical-coordinate representation of color #361E1A: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361E1A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB543026-
CMYK00.440.520.79
HSL8.57º35%15.69%-
HSV(B)8.57º51.85%21.18%-
XYZ2.171.791.21-
YUV36.72121.95140.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=49.09%
G=27.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54302600.440.520.798.573515.69
Hex361E1A02C344F92310
Octal66363205464117114320
Binary110110111101101001011001101001001111100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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