#361405

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

Shades of Brown Pod #361405

Tints of Brown Pod #361405

Color information

#361405 (or 0x361405) is unknown color: approx Brown Pod. HEX triplet: 36, 14 and 05. RGB value is (54,20,5). Sum of RGB (Red+Green+Blue) = 54+20+5=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361405 is #C9EBFA. Grayscale: #1C1C1C. Windows color (decimal): -13233147 or 332854. OLE color: 332854.

HSL color Cylindrical-coordinate representation of color #361405: hue angle of 18.37º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361405 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB54205-
CMYK00.630.910.79
HSL18.37º83.05%11.57%-
HSV(B)18.37º90.74%21.18%-
XYZ1.81.30.3-
YUV28.46114.76146.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=68.35%
G=25.32%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5420500.630.910.7918.3783.0511.57
Hex3614503F5B4F1253c
Octal662450771331172212314
Binary110110101001010111111101101110011111001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361405; }

 p { color: rgb(54,20,5); }

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

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

 a { background-color: rgb(54,20,5); }

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

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

 span { border-color: rgb(54,20,5); }

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