#361F17

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

Shades of Brown Pod #361F17

Tints of Brown Pod #361F17

Color information

#361F17 (or 0x361F17) is unknown color: approx Brown Pod. HEX triplet: 36, 1F and 17. RGB value is (54,31,23). Sum of RGB (Red+Green+Blue) = 54+31+23=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F17 is #C9E0E8. Grayscale: #252525. Windows color (decimal): -13230313 or 1515318. OLE color: 1515318.

HSL color Cylindrical-coordinate representation of color #361F17: hue angle of 15.48º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #361F17 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB543123-
CMYK00.430.570.79
HSL15.48º40.26%15.1%-
HSV(B)15.48º57.41%21.18%-
XYZ2.171.831.05-
YUV36.97120.12140.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=50%
G=28.70%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54312300.430.570.7915.4840.2615.1
Hex361F1702B394Ff28f
Octal66372705371117175017
Binary11011011111101110101011111001100111111111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,31,23); }

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

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

 a { background-color: rgb(54,31,23); }

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

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

 span { border-color: rgb(54,31,23); }

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